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

4.0.2 causing error in commented out SCSS #244

Open
blickwerker opened this issue Dec 15, 2022 · 2 comments
Open

4.0.2 causing error in commented out SCSS #244

blickwerker opened this issue Dec 15, 2022 · 2 comments

Comments

@blickwerker
Copy link

I have a SASS variable in a commented out SCSS-code, so it should not be considered while compiling.
However, the compiler throws an error saying it is missing the variable definition and pointing to the commented out part of SCSS.

@shadoath
Copy link
Collaborator

shadoath commented Jan 16, 2023

Huh, that's odd. @blickwerker, can you add an SCSS code block with the issue so we can reproduce it?

@blickwerker
Copy link
Author

blickwerker commented Jan 18, 2023

I've made a simplified demo, so this works:
image

and this is throwing a compilation error:
image

image

I would not expect an compilation error on a comment out SCSS part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants