shakacode / bootstrap-loader

Load Bootstrap styles and scripts in your Webpack bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prefixing all classes through bootstrap-loader?

wwahammy opened this issue · comments

First off, awesome tool. It really is very helpful.

I may be looking in the wrong direction for this but I have a requirement that I use bootstrap along with another separate set of styles. As a protection against conflicts, I'd like to prefix all of the classes in bootstrap. Is this something that is possible through bootstrap-loader? Or is there a better way to handle this?

Thanks again for the awesome work!

I think you could do this with some of loader, but this is not in the scope of this project.