yuguo / gulp-import-css

Import several css files into a single file
MIT License
15 stars 6 forks source link

Difference with `gulp-cssimport`? #4

Open julien-f opened 10 years ago

julien-f commented 10 years ago

Please :)

makito commented 9 years ago

gulp-cssimport can not import a lot of style files. At least in my case, it imported only one file.

julien-f commented 9 years ago

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?

unlight commented 9 years ago

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

unlight commented 9 years ago

Added similar projects section to my readme.

ajnisbet commented 9 years ago

gulp-cssimport can handle @imports without url()