FireApp icon indicating copy to clipboard operation
FireApp copied to clipboard

sass-media_query_combiner: Very usefull and hopefully easy to implement Feature

Open goeko opened this issue 12 years ago • 0 comments

https://github.com/aaronjensen/sass-media_query_combiner

The gem combines all matching media queries while compiling your Sass.

Requires Ruby >= 1.9.2.

Usage In your config.rb

require 'sass-media_query_combiner' If you're using sass --watch do:

sass --watch -r sass-media_query_combiner

goeko avatar May 03 '13 21:05 goeko