css-modules / css-modules-loader-core

A loader-agnostic CSS Modules implementation, based on PostCSS
91 stars 34 forks source link

Exits silently on background url #30

Open tj opened 9 years ago

tj commented 9 years ago

Not sure if this is a postcss bug/behaviour or something wrong in here, but apparently having a background url() causes a silent exit, no output or error.

joshwnj commented 9 years ago

Thanks for reporting! I believe this is caused by a bug in one of the postcss plugins.

I'll have a pr ready soon.