Do you use a CSS framework based on CSS Grid?

kenbellows

Ken Bellows

Posted on April 24, 2019

Do you use a CSS framework based on CSS Grid?

Ever since the advent of CSS Grid, I never feel the need to reach for a CSS framework like Bootstrap or Foundation. I find that Grid gives me everything I need out of the box.

But with that said, my day job still supports a large user base with very old browsers, so we're unable to use Grid (for now, though that may be changing soon! 🤞), so I haven't used Grid on a huge scale yet, only for small-to-medium size sites. Maybe there's value in a framework for larger, more nested and complex layouts?

Has anyone here used Grid for larger applications? Do you use a CSS framework that does the Grid stuff for you? Have you tried it and liked/hated it?

Or have you even used one for smaller ones? Did you find it easier than writing Grid rules by hand? Do I need to take a second look?

💖 💪 🙅 🚩
kenbellows
Ken Bellows

Posted on April 24, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related