DEV Community

Discussion on: I used Bootstrap too often and I wonder how can I write good CSS without it?

Collapse
 
beggars profile image
Dwayne Charrington

CSS Grid will get you most of the way to replicating the grid system in Bootstrap. The other 5% can be achieved with Flexbox.

The true value of Bootstrap besides the grid is the form styling you get, that is the more time consuming part of not using Bootstrap.