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

Remove percentage values for translate-z utilities #13321

Merged
merged 3 commits into from
Mar 22, 2024

Conversation

RobinMalfait
Copy link
Member

This PR removes percentage values from translate-z such as translate-z-full and translate-z-1/4. It does support length based values from the config such as translate-z-4

@RobinMalfait RobinMalfait merged commit 86dd697 into next Mar 22, 2024
1 check passed
@RobinMalfait RobinMalfait deleted the fix/remove-percentage-values-for-translate-z branch March 22, 2024 16:19
@adamwathan
Copy link
Member

@RobinMalfait The type here is wrong, should just be <length> now:

image

RobinMalfait added a commit that referenced this pull request Mar 22, 2024
This used to be `<length-percentage>`, but we dropped percentage support
because it's not valid in #13321 and I forgot about this one.
RobinMalfait added a commit that referenced this pull request Mar 22, 2024
* fix incorrect syntax for `translate-z`

This used to be `<length-percentage>`, but we dropped percentage support
because it's not valid in #13321 and I forgot about this one.

* update changelog
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.

3 participants