1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: compass-breakpoint-plugin
Section: web
Priority: optional
Maintainer: Debian Sass team <pkg-sass-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
licensecheck,
debhelper,
dh-buildinfo,
gem2deb,
ruby | ruby-interpreter,
ruby-sass (>= 3.4),
compass-sassy-maps-plugin (<< 1)
Standards-Version: 3.9.8
Homepage: http://breakpoint-sass.com/
Vcs-Git: https://anonscm.debian.org/git/pkg-sass/compass-breakpoint-plugin
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-sass/compass-breakpoint-plugin.git
XS-Ruby-Versions: all
Package: compass-breakpoint-plugin
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends}
XB-Ruby-Versions: ${ruby:Versions}
Description: really simple media queries with Sass
Compass is a CSS authoring framework which uses the Sass stylesheet
language to make writing stylesheets powerful and easy.
.
Breakpoint makes writing media queries in Sass super simple. Create a
variable using a simplified syntax based on most commonly used media
queries, then call it using the `breakpoint` mixin. Breakpoint handles
all of the heavy lifting, from writing the media query itself, to
handling cross-browser compatibility issues, so you can focus on what's
important: making sure your website looks its best.
.
Breakpoint also allows you to get the context of your media queries
from your code, allowing you to write dynamic mixins based on their
media query context.
.
Additionally, Breakpoint includes Respond-To syntax for the semantic
awesomeness of string names to identify your queries as opposed to
variables, and for dynamically generating media queries.
|