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
Steps to Reproduce:
@use "lib"; lib.$var: $other-var; // identifier expected @ $var @if $condition { lib.$var: $other-var; // colon expected @ . semicolon expected @ $other-var } // atrule or selector expected
Bullet 1 is probably related to, if not duplicate of, #224. I've not seen the second issue reported.
The text was updated successfully, but these errors were encountered:
Since this title falls under the umbrella of any scss parsing issue, I'd like to add my own:
$map-with-list-as-key: ( [ '', // ] expectedscss(css-lbracketexpected) '' ]: // ) expectedscss(css-rparentexpected) 1, [ '', '.foo' ]: 2, );
This is valid scss, but VS code marks it as an error.
Sorry, something went wrong.
No branches or pull requests
Steps to Reproduce:
Bullet 1 is probably related to, if not duplicate of, #224. I've not seen the second issue reported.
The text was updated successfully, but these errors were encountered: