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 break @apply … #{'!important'} sorting #212

Merged
merged 2 commits into from
Aug 31, 2023

Conversation

thecrypticace
Copy link
Contributor

The syntax @apply … #{!important} was already handled but SCSS allows one to wrap the inside portion in any number of matched single or double quotes so we check for that as well.

Fixes #211

`#{!important}` was already handled but SCSS allows one to wrap it in any number of matched single or double quotes so we check for that as well
@thecrypticace thecrypticace merged commit 3ebd2f9 into main Aug 31, 2023
1 check passed
@thecrypticace thecrypticace deleted the fix/scss-apply-important branch August 31, 2023 13:56
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.

Use of @apply ... #{'!important'} in scss
1 participant