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

Don't error on @apply with extra whitespace #13144

Merged
merged 2 commits into from
Mar 8, 2024
Merged

Don't error on @apply with extra whitespace #13144

merged 2 commits into from
Mar 8, 2024

Conversation

adamwathan
Copy link
Member

This PR makes sure that @apply doesn't error when there is extra leading or trailing whitespace:

.foo {
  @apply  flex  ;
}

Fixes #13134.

@adamwathan adamwathan changed the base branch from master to next March 8, 2024 02:33
@adamwathan adamwathan changed the title Fix 13134 Don't error on @apply with extra whitespace Mar 8, 2024
@adamwathan adamwathan merged commit 0a57d33 into next Mar 8, 2024
1 check passed
@adamwathan adamwathan deleted the fix-13134 branch March 8, 2024 03:00
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 alpha does not work
1 participant