DEV Community

Discussion on: Flexbox changed my life, bye bye boostrap

Collapse
 
rosskenney profile image
Ross K • Edited

Bootstrap 4 uses flexbox for its grid. If you check out the sass files, you can pull out just that. I think it is helpful to go through and understand the underlying code that makes up the framework. I also like the reset they use which is a customized version of normalize. Those two things are all you need.

Collapse
 
manangouhari profile image
Manan Gouhari

Oh, to be honest I hadn't considered that. Maybe will try.