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

Error on @import for URLs #4

Closed tonglil closed 10 years ago

tonglil commented 10 years ago

I am using a bootswatch theme and when I try to concat the css files, this line throws an uncaught error: @import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic");

mariocasciaro commented 10 years ago

The problem is actually in rework-importer, I created a pull request simme/rework-importer#7

mariocasciaro commented 10 years ago

landed in 0.1.4