I was looking at this page and my editor (VSCode) said grid-gap
is obsolete. More research led me to gap (grid-gap) which says some browsers implemented grid-gap
before gap
, so you should use grid-gap
if targeting those browsers.
My question is, should examples use gap
or grid-gap
? I’m happy to submit updates, just wanted to get other opinions first.