DEV Community

Discussion on: Bulma - The Most Underrated Framework of the CSS Framework Era

Collapse
 
momin profile image
Md Abdul Momin

Bootstrap 4+ is unbeatable for the last 4 years!

Collapse
 
justaashir profile image
Aashir Khan

I really agree with you! But if a person only want grid system and not the other things? as defaults??

Collapse
 
momin profile image
Md Abdul Momin

Yes! If I want to choose only grid, I can pull only grid from bootstrap!

Thread Thread
 
justaashir profile image
Aashir Khan

Then It will be really great 😊 , I have some bad experience with Bootstrap though. As So I wrote this post

Thread Thread
 
ptejada profile image
Pablo Tejada

With sass you can only pull the components that you need. Also the global style reset is great, it does wonders for cross browser comparability.

Collapse
 
joluga profile image
joluga

If you only want grid, just use CSS Grid. No javascript or any framework needed nor required.