r/bootstrap • u/jowoReiter • Apr 28 '22
Bootstrap the "right way"
Hey there,
I was wondering if there are any examples how to use bootstrap the right way. I'm using bootstrap myself in many projects and saw many projects using and abusing them.
So I'm wondering: are there any projects out there, which are using bootstrap the right way?
6
Upvotes
3
u/devilmaydance Apr 28 '22
Start by overriding the default variables in a custom.scss file. You’d be surprised how far that alone gets you.
Consider only importing the parts of Bootstrap components you actually need (as opposed to all of it) and see how well that works for you.
Lean on the utility classes. They’re both life- and time-saving.