Vscode: SASS Modules (@forward and @use)

Created on 4 Oct 2019  ·  6Comments  ·  Source: microsoft/vscode

Dart Sass 1.23.0 dropped recently and with it, a new module system.
It would be great if this was added into the language features for SCSS/SASS.

Documentation pages for each of the new at-rules:

css-less-scss feature-request grammar on-testplan upstream-issue-fixed upstream-issue-linked

Most helpful comment

I've made an extension that adds highlighting in SCSS until this gets added to core.

All 6 comments

I've made an extension that adds highlighting in SCSS until this gets added to core.

Pending merge on https://github.com/atom/language-sass/pull/269. I'll watch that PR. Thanks @wongjn for your work 👍

@alexr00 FYI — The upstream change is in. I pulled in the grammars.

I'm wondering if this can actually be closed; there is still the need to update the SCSS parser to understand the new syntax via microsoft/vscode-css-languageservice#183.

OK, I'll keep it open until I have time to review that PR.

Thanks to the great work of @wongjn, now we have both syntax highlighting and language server support for SCSS modules.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

villiv picture villiv  ·  3Comments

omidgolparvar picture omidgolparvar  ·  3Comments

trstringer picture trstringer  ·  3Comments

trstringer picture trstringer  ·  3Comments

lukehoban picture lukehoban  ·  3Comments