We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to assign a namespaced variable to another var.
@use 'some/module` as m'; $foo: m.$bar;
This is building fine and behaving as expected, but sass-lint is triggering a parsing error.
error Please check validity of the block starting from line #N Fatal
Using [email protected]
[email protected]
The text was updated successfully, but these errors were encountered:
I am actually getting the same issue, any fix? thank you
Sorry, something went wrong.
Duplicate of #1305, check the last comment for a workaround
No branches or pull requests
I'm trying to assign a namespaced variable to another var.
This is building fine and behaving as expected, but sass-lint is triggering a parsing error.
Using
[email protected]
The text was updated successfully, but these errors were encountered: