Add missing grid alignment utilities #2306
Merged
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 introduces utilities for
place-items,place-content,place-self,justify-items, andjustify-self. Responsive variants are generated for each by default.I haven't added comprehensive coverage for each property just to keep things simple for now. When someone actually needs one that's missing, we can add it then.
Here's a complete list of what has been added:
content-evenlyalign-content: space-evenlyjustify-items-autojustify-items: autojustify-items-startjustify-items: startjustify-items-endjustify-items: endjustify-items-centerjustify-items: centerjustify-items-stretchjustify-items: stretchjustify-self-autojustify-self: autojustify-self-startjustify-self: startjustify-self-endjustify-self: endjustify-self-centerjustify-self: centerjustify-self-stretchjustify-self: stretchplace-content-centerplace-content: centerplace-content-startplace-content: startplace-content-endplace-content: endplace-content-betweenplace-content: space-betweenplace-content-aroundplace-content: space-aroundplace-content-evenlyplace-content: space-evenlyplace-content-stretchplace-content: stretchplace-items-autoplace-items: autoplace-items-startplace-items: startplace-items-endplace-items: endplace-items-centerplace-items: centerplace-items-stretchplace-items: stretchplace-self-autoplace-self: autoplace-self-startplace-self: startplace-self-endplace-self: endplace-self-centerplace-self: centerplace-self-stretchplace-self: stretchCloses #2241.