SE7ENSKY / group-css-media-queries

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

Group in different files instead of one file #2

Open stol opened 10 years ago

stol commented 10 years ago

Hi,

thank you for this interessting tool :)

Could you make it possible group queries in different files instead of one file ?

Ex :

$ group-css-media-queries --split name.css
$ #outputs name-global.css, name-min-481-max-768.css, name-min-450-max-770.css

Thank you !

ivankravchenko commented 10 years ago

Good and essential feature. Yandex is using this kind of separation. I'll make this when it will be needed on our production or when I found free time for this. Of course, I accept pull requests :)