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

Improve [0] arbitrary value support #6259

Merged
merged 2 commits into from Dec 3, 2021
Merged

Conversation

RobinMalfait
Copy link
Contributor

This PR improves the 0 as arbitrary value. The test I wrote was using w-[0], but since the width plugins doesn't have any ambiguity with other plugins, the data type is set to any. This means that w-[0] already worked.

This PR then improves upon that where we actually check text-[0] which does have ambiguity and therefore the data type is important.
This also fixes an issue, because the value is '0' instead of 0.

@RobinMalfait RobinMalfait merged commit ea139f2 into master Dec 3, 2021
@RobinMalfait RobinMalfait deleted the improve-0-arbitrary-value branch December 3, 2021 18:23
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.

None yet

1 participant