Hacker News new | ask | show | jobs
by colept 3121 days ago
Support between browsers can be iffy. I had a grid implementation on cole.codes and it looked perfect on Chrome but disappeared entirely from Firefox. It wasn't supported at all in Safari at the time.

You will need fallbacks. Flexbox isn't going anywhere.

1 comments

Flexbox is actually complementary to CSS grids: you use it to controller vertical/horizontal spacing within a cell.