Skip to content
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

Only generate positive grid-cols-* and grid-rows-* utilities #16020

Merged
merged 4 commits into from
Jan 29, 2025

Conversation

RobinMalfait
Copy link
Member

This PR fixes an issue where grid-cols-0 and grid-rows-0 generated invalid CSS. We now ensure that the value is any positive integer (except 0).

Fixes: #16012

@RobinMalfait RobinMalfait requested a review from a team as a code owner January 29, 2025 19:46
@RobinMalfait RobinMalfait enabled auto-merge (squash) January 29, 2025 19:54
@RobinMalfait RobinMalfait merged commit ea24995 into main Jan 29, 2025
5 checks passed
@RobinMalfait RobinMalfait deleted the fix/issue-16012 branch January 29, 2025 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v4] .grid.grid-rows-0 is invalid
2 participants