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

Ensure complex variants with multiple classes work #6311

Merged
merged 2 commits into from
Dec 10, 2021
Merged

Conversation

RobinMalfait
Copy link
Contributor

This PR will make sure that variants with multiple (nested) classes work.

E.g.:

addVariant('my-variant', '&:where(.one, .two, .three)')

Fixes: #6251

@RobinMalfait RobinMalfait merged commit 81f52a2 into master Dec 10, 2021
@RobinMalfait RobinMalfait deleted the fix-6251 branch December 10, 2021 09:57
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.

Using multiple values in :where/:is/:not produces invalid CSS with @apply
1 participant