Add gap-normal
, gap-x-normal
, and gap-y-normal
utilities
#10730
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds
gap-normal
,gap-x-normal
, andgap-y-normal
utilities. Note that what the value ofnormal
means forgap
depends on whether the context is multi-column layout or grid/flex, but in either case it corresponds to the initial value.Not sure how often this one would really be useful in practice, but since you've been adding these kinds of utilities recently (#10645, #10560) I figured I'd submit it.