Source: compass-breakpoint-plugin Section: web Priority: optional Maintainer: Debian Sass team Uploaders: Jonas Smedegaard 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.