microsoft / vscode-css-languageservice

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

Interpolation in SCSS-files parsed incorrectly with `cq*` units #375

Open BEGEMOT9I opened 8 months ago

BEGEMOT9I commented 8 months ago

Hi! If you use container queries units in expressions with interpolation, then parsing breaks:

Снимок экрана 2023-12-05 в 12 34 39

With other units everything is fine:

Снимок экрана 2023-12-05 в 12 38 24
DMOAbove commented 8 months ago

Similar problem here when doing interpolation for tailwind important image