defunctzombie / npm-css

Require css from npm
MIT License
128 stars 8 forks source link

Erroneously adds pre-declarations for module #21

Open danwdart opened 8 years ago

danwdart commented 8 years ago

This seems to need me to add to everything that has an @include "bootstrap"; as it transforms .foo to .bootstrap .foo which is not what is documented - I expected the compile without that.

VincentBern commented 7 years ago

Same here ! Every entries in the bundle.css is starting with ".bootstrap"