DEV Community

Discussion on: Do you use a CSS framework based on CSS Grid?

Collapse
 
cjbrooks12 profile image
Casey Brooks

My first experiences doing heavy CSS work were a couple of years ago, and we needed to support back to IE9 (clients....). I've been so scarred/brainwashed by that, that I'm only now starting to use Flexbox without convulsing. I've poked around at CSS Grid and really liked it, but can't bring myself to use it in production sites just yet.

Collapse
 
kenbellows profile image
Ken Bellows

Yeah, a lot of people have similar experiences. But the advent of Evergreen browsers that auto-update has given us a whole new world, and already ~90% of users fully support Grid Level 1. It's also pretty easy to add graceful fallback CSS for browsers that don't, especially if you can let go of the notion that websites must look exactly the same in all browsers.

Remember: dowebsitesneedtolookexactlythesameineverybrowser.com