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.
Top comments (2)
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!
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