Open julien-f opened 10 years ago
gulp-cssimport can not import a lot of style files. At least in my case, it imported only one file.
It seems to be a problem with gulp-css-import.
As a user I find it confusing to have 2 packages for the same exact usage, maybe you should join forces?
@unlight, @iamthes, any thoughts?
I see that this project uses rework for parsing css, that is more solid. Mine uses plain regular expression.
Also looks like this project can imports only css files, not sure can it handle url like http://fonts.googleapis.com/css?family=Montserrat:400,700
this.
As a user I find it confusing to have 2 packages for the same exact usage, maybe you should join forces?
They are much more than two http://npmsearch.com/?q=keywords:import,gulpplugin
Added similar projects section to my readme.
gulp-cssimport can handle @import
s without url()
Please :)