konitter / gulp-combine-media-queries

MIT License
92 stars 28 forks source link

Add functionality to detect and output CSS imports #8

Closed mikestreety closed 10 years ago

mikestreety commented 10 years ago

Currently the plugin will stipp any CSS imports. This now detects and collects CSS imports to output them at the top of the CSS file (which is where they need to be to be correctly processed by the browsers)

This is related to https://github.com/konitter/gulp-combine-media-queries/issues/3

konitter commented 10 years ago

Nice, thanks :)

didoo commented 10 years ago

Great!