Skip to content

place-self values: center, flex-start, flex-end #338

Closed
@eriknicholas

Description

@eriknicholas

Upon checking my Grid layout's CSS, the validator reported the values center, flex-start, flex-end are invalid for the property place-self.

My CSS was:

    .classA{ place-self: stretch center }
    .classB{ place-self: stretch flex-start }
    .classC{ place-self: stretch flex-end }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions