DEV Community

Discussion on: Please don't use Bootstrap!

Collapse
 
xgstq profile image
James

What a load of nonsense.

1) You can create your own themes using bootstrap sass globals to override the !default bootstrap variables. Then just add your own unique stuff. Simples.

2) You only have to use what you need, import the scss you need for your project. Sometimes I just use the grid system and nothing else.

You don't need to use popper.js or jQuery either and if you really want to go full on, use purgecss purgecss.com/ on the final compile to remove any unused CSS 😁

Nothing wrong with bootstrap if you read the docs and know what your doing 🙏