remove bootstrap css as dependency?
swuecho opened this issue · 1 comments
swuecho commented
or only include the css used in bootstrap?
antoinematyja commented
Thanks for the issue.
I use bootstrap classes as much as possible to avoid creating a lot of css code for basic stuff. However I understand that people might want to use this with another css framework.
I'm not sure what the best solution is. I could create an optional css file and copy/paste all the bootstrap classes required for this project, but it would be tedious to create/maintain this file.
Suggestions are welcome 🙂