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 type checking for formal syntax #9448

Merged
merged 8 commits into from Sep 29, 2022
Merged

Improve type checking for formal syntax #9448

merged 8 commits into from Sep 29, 2022

Conversation

RobinMalfait
Copy link
Contributor

@RobinMalfait RobinMalfait commented Sep 29, 2022

This PR is a continuation of #9349 which is now rebased and contains some fixes because we just
introduced the fallback plugins in case 2 (or more) plugins collide.

Closes: #9349
Fixes: #9352

lzt1008 and others added 8 commits September 29, 2022 17:27
Previously `bg-[10px_10%]` generated `background-position: 10px 10%` before we introduced the fallback plugins.
Therefore we should prefer `position` over `size` as the default for backwards compatibility.
Thanks Prettier!
@RobinMalfait RobinMalfait merged commit 727de66 into master Sep 29, 2022
@RobinMalfait RobinMalfait deleted the lzt1008/master branch September 29, 2022 16:24
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.

bg-[10px_10%] is missing background-size type checking
3 participants