-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
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
Labels
No labels