-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
It seems kind of random that Tailwind provides utilities for align-self declarations, but not for justify-self. Also the current self-* classes are very ambiguous as one would not know if self-center applies align-self: center or justify-self: center until they have tried it. If it doesn't have the desired behavior, they are left to come up with some kind of custom solution, which doesn't feel very satisfying given that each plugin of Tailwind is meant to be comprehensive.
I propose that the current self-* classes be renamed to something less ambiguous (e.g., align-self-* or self-align-*) and that justify-self classes be introduced (e.g., justify-self-* or self-justify-*).
JNavith, hacknug, GarethSomers, nicklemmon, davidhernandeze and 14 more
Metadata
Metadata
Assignees
Labels
No labels