DEV Community

Discussion on: (Bootstrap) Am I missing something here...?

Collapse
 
dkruythoff profile image
Darius Kruythoff

The point is that Bootstrap offers both utilities and predefined compositions so you don't have to write them. Combining these utilities will give you long, combined classnames.
You might be able to create your own classes with the combinations you need, but that would add even another level to this system which is meant to:

  • Make styles easy to apply
  • Save you the trouble of writing CSS yourself

The lightest way is of course to write your own CSS and classes, which makes stuff like Bootstrap redundant, and the learning curve steeper.

Collapse
 
javascriptcoff1 profile image
JavaScript➕Coffee🚀

Ha it's quite a confusion!!