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

[scss] Reassigning a variable from another module is incorrectly flagged as a syntax error #224

Open
jathak opened this issue Oct 26, 2020 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@jathak
Copy link

jathak commented Oct 26, 2020

The Sass module system allows variables from one module to be reassigned in another with the following syntax.

@use "library";
library.$variable: blue;

VSCode currently flags this as a syntax error.

@aeschli aeschli added the bug Issue identified by VS Code Team member as probable bug label Nov 11, 2020
@aeschli aeschli added this to the Backlog milestone Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants