Implement "gap" property (part of the spec for flex layout) #66
Labels
breaking-change
A change that breaks our public interface
bug
Something isn't working
enhancement
New feature or request
What problem does this solve or what need does it fill?
The issue is as old as flex box: spacing between elements
What solution would you like?
Implement the spec: https://developer.mozilla.org/en-US/docs/Web/CSS/gap#specifications
Or at least a reasonable subset, note that
calc
should be probably outside of the scopeThus, I think, implementing just explicit values should be good enough (at least as a start)
from spec:
What alternative(s) have you considered?
Work around is simple: margins + negative padding, but super cumbersome
The text was updated successfully, but these errors were encountered: