DEV Community

Discussion on: My 3 tips about Flexbox that will make your CSS better

Collapse
 
thethirdrace profile image
TheThirdRace

There are a couple problems with the first example:

  • As pointed out by @inkyquill , column-gap leaves out about 27% of users according to caniuse.com. So it's really not a good idea yet...
  • I would never give a .grid class to a flexbox, it's the surest way to confuse everyone...
  • Why is it even a flexbox instead of a grid?