-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v4] .grid.grid-rows-0 is invalid #16012
Comments
Hey! While I agree and can see that this is invalid, I wonder what a use case is for setting a grid to Another trick you can use is I would recommend to use |
I think internally we should just validate that |
This is now fixed via #16020 such that |
I agree that |
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:
Which is invalid. I think it should be instead set to
grid-template-rows: 0fr
. I know it's available by doinggrid-rows-[0fr]
but I think it should happen even if you only saygrid-rows-0
The text was updated successfully, but these errors were encountered: