DEV Community

Discussion on: Safe to start deploying CSS Grid for an overall page layout, or wait for better support?

Collapse
 
jonathanontheweb profile image
Jonathan Mitchell

Hi all, I've been toying around a lot with CSS Grid lately for some experimental layout and module development. All working quite nicely so far, but I'm curious what the consensus is out there for creating an entire page layout (header, aside, footer, main, etc ... ) without having to use any JS to support older browser.

TIA!

Collapse
 
jordonr profile image
Jordon Replogle

I can't say from experience myself, but looks like it is fairly well supported: caniuse.com/#search=CSS%20Grid%20L...

Also here's a github of known bugs: github.com/rachelandrew/gridbugs