microsoft / vscode-css-languageservice

CSS, LESS & SCSS language service extracted from VSCode to be reused, e.g in the Monaco editor.
MIT License
318 stars 177 forks source link

Added condition for SCSS Media Query range #313

Closed GauravB159 closed 1 year ago

GauravB159 commented 1 year ago

Partial fix for #312

The error is gone but the number after the operator does not get highlighted like in CSS

Edit: Nevermind, still has an error in the code itself, build will fail currently

aeschli commented 1 year ago

Fixed by https://github.com/microsoft/vscode-css-languageservice/issues/312