Basic grid layout with fallbacks using feature queries

Avatar of Robin Rendle
Robin Rendle on

I often see a lot of questions from folks asking about fallbacks in CSS Grid and how we can design for browsers that just don’t support these new-fangled techniques yet. But from now on I’ll be sending them this post by HJ Chen. It digs into how we can use @supports and how we ought to ensure that our layouts don’t break in any browser.

Direct Link →