Customizing Bootstrap - 3 Ways to do so. With and without Sass
Using Bootstrap Theme
We can use bootswatch, which has precompiled custom themes for bootstrap.
Overriding CSS
For simple uses, we can also override CSS properties to customize some colours and components.
Using Sass
mkdir node-sass-bootstrap
cd no...
desiprogrammer.hashnode.dev2 min read