mariocasciaro / gulp-concat-css

Concatenates css files, bubbling up import statements (as per the standard), and optionally rebasing urls and inlining local import statements.
MIT License
78 stars 19 forks source link

Question - Concat ordering? #14

Closed geebru closed 9 years ago

geebru commented 9 years ago

I'm having an issue with concat where my styles are being added to the concatenated file before some of the plugin CSS meaning my overrides aren't working anymore.

Is there anyway to dictate to gulp-concat-css that it should inject my CSS file last?

geebru commented 9 years ago

I'm a dummy. Just set the order in the src list.