-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
[css] at-rule unknown error #50242
Comments
The css support validated against the standard css spec. To turn off validation use The request to support css-modules is #14539 |
I don't think disabling css validation completely is the correct approach for fixing this issue. Is there any other possible solution? |
we have microsoft/vscode-css-languageservice#51 to improve the handling of unknown |
I agree, I'd prefer not to have to give up CSS validation to use an at-rule in VS Code |
I have “temporarily” gotten around this issue by moving CSS linting to Stylelint, but that should not be the desired solution.
- me
I agree, I'd prefer not to have to give up CSS validation to use an at-rule in VS Code
|
I am running the latest Insiders version, but it still has issues with @ rules? Seeing as this ticket is both old and closed, I must assume that it “broke” again?
we have microsoft/vscode-css-languageservice#51 to improve the handling of unknown @at rules.
|
Progress in tracked in microsoft/vscode-css-languageservice#51. @mfour-merickson If you can paste css examples where you get errors that would be helpful, so we can make sure these get fixed. |
I'm trying to use css-modules like so:
@value green: #aaf200;
and I keep getting
[css] at-rule unknown.
I've tried installing and uninstalling every css-modules extension I could find, but the error won't go away. Any ideas?
VSCode Version: 1.23.1
Node: 7.9.0
OS Version: Windows 7 Professional
The text was updated successfully, but these errors were encountered: