DEV Community

Discussion on: Back to Basic: Should we use Flexbox or Grid?

Collapse
 
thomasledoux1 profile image
Thomas Ledoux • Edited

Great article!
Note that the gap property can also be used to add spacing between your elements in a flexbox layout: caniuse.com/flexbox-gap.
It is supported by all major browsers by now :-)

Collapse
 
theodorusclarence profile image
Theodorus Clarence

Thanks for your addition. Yep, finally ios & safari is supported, we can start using it now, no more .flex > * + * 😬