Skip to content

[v4] .grid.grid-rows-0 is invalid #16012

@lko3001

Description

@lko3001

I tested the snippet even in the playground: https://play.tailwindcss.com/MaCezE0SuO
As you can see when you type "grid-rows-0" it gives you:

grid-template-rows:  repeat(0, minmax(0, 1fr))

Which is invalid. I think it should be instead set to grid-template-rows: 0fr. I know it's available by doing grid-rows-[0fr] but I think it should happen even if you only say grid-rows-0

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