Open lencioni opened 9 years ago
Have the same issue using with stylus-loader
. In my case it was a problem with empty stylus files or files which has only functions, without any real CSS rules. I fixed this by adding an empty comment line to all of them.
App.styl
/* - */
functions.styl
/* - */
border-radius()
-webkit-border-radius arguments
-moz-border-radius arguments
border-radius arguments
@anatoliyarkhipov thx!
@anatoliyarkhipov yes, thank you! it'd be nice if this could be fixed in autoprefixer.
@anatoliyarkhipov solved it too. Thank you man This problem is so absurd.
Thanks for the hack :)
I noticed the following error happen when running webpack.
The commit that caused it had the following style in it, which might be part of the problem (we are using sass-loader, style-loader, and css-loader as well):
I'm not sure if this is the best place to report this, but I figured I'd start here in case you have any ideas.
Thanks for the loader!