SE7ENSKY / group-css-media-queries

CSS postprocessing: group media queries. Useful for postprocessing preprocessed CSS files.
MIT License
100 stars 19 forks source link

Added initial @media rules sorting/ordering #5

Closed berbaquero closed 9 years ago

berbaquero commented 9 years ago

Sorting by min-width in ascending order. For now only with px units.

:)

berbaquero commented 9 years ago

Hey, thanks for the quick merge, @ivankravchenko!

Will you also be able to update the module in the npm registry soon? :) I'd like to include the module on my package.json files knowing it will have the sorting working.

ivankravchenko commented 9 years ago

Updated version 1.0.1 and npm module. Thanks for contribution!

ivankravchenko commented 9 years ago

redone sorting in 1.1.0

berbaquero commented 9 years ago

Ahh, awesome! :+1: