gruntjs / grunt-contrib-sass

Compile Sass to CSS.
http://gruntjs.com/
MIT License
848 stars 141 forks source link

Enhancement: Merge nested media queries #198

Closed ghost closed 9 years ago

ghost commented 9 years ago

Is it possible to add feature to merge nested media queries in compiled css file?

sindresorhus commented 9 years ago

Not the place to ask. This is just a Sass wrapper.

https://github.com/gruntjs/grunt-contrib-cssmin might do this.