You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: In CSS rules like @media are called at-rules. It's possible to use a pre-processor to define custom at-rules. Previously the parser fails and shows error. Now we handle it gracefully.
Test:
Syntax highlight is correct.
The parser do not show strange errors.
Completions inside the at-rule works fine.
The setting css.lint.unknownAtRules does what you expect it to do.
The text was updated successfully, but these errors were encountered:
Complexity: 1
Test microsoft/vscode-css-languageservice#51.
Description: In CSS rules like
@media
are called at-rules. It's possible to use a pre-processor to define custom at-rules. Previously the parser fails and shows error. Now we handle it gracefully.Test:
css.lint.unknownAtRules
does what you expect it to do.The text was updated successfully, but these errors were encountered: