-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Multiline comment in :global Sass declaration compiles incorrectly #136
Comments
7 tasks
any news? |
same issue + 1 |
same + 1 |
1 similar comment
same + 1 |
Had the same warning and didn't like having it. Workaround to keep comments and not get a warning, found this to be working for me:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given the following code:
Sass compiles this into:
postcss + postcss-modules compiles it to:
Reproduction here: https://stackblitz.com/edit/node-2pmbyx?file=sass.js,postcss.js
Original Vite bug where this was found: vitejs/vite#8480
The text was updated successfully, but these errors were encountered: