Hacker News new | ask | show | jobs
by petepete 1757 days ago
It's been made more general than just grid (it used to be called grid-gap) and works with flexbox too. I don't know if Safari supports it in flexbox yet and it's a pain to detect with @supports because Safari _does_ support gap but in a different context, but it works fine in Chrome and Firefox.

Edit: just checked, Safari 14.1 added support for using gap with Flexbox.