cheton / browserify-css

A Browserify transform for bundling, rebasing, inlining, and minifying CSS files.
http://cheton.github.io/browserify-css/
MIT License
144 stars 22 forks source link

Browserify-css with common module css #56

Closed marat-gainullin closed 6 years ago

marat-gainullin commented 6 years ago

I use browserify-css with the project, which uses two libraries, which use another common library. All of these libraries have own css. The css of these two libraries have @import ... references on common library's css. After browserify with browserify-css transform, css from common library gets included in the final bundle multiple times. Is there a way to avoid this?

cheton commented 6 years ago

Fixed in v0.12.1