konitter / gulp-combine-media-queries

MIT License
92 stars 28 forks source link

Support @charset declarations #11

Open crismanNoble opened 9 years ago

crismanNoble commented 9 years ago

Ran into an issue where this (awesome) plugin was stripping out the following rule from my css file:

@charset: "UTF-8"

Which caused lots of weirdness. This will fix that issue and output charsets as the first item in the css file.

shaneog commented 9 years ago

:+1: