Skip to content

[Feature Request] add support for justify-self utilities #868

@sandren

Description

@sandren

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-*).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions