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:
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.
Most helpful comment
I've made an extension that adds highlighting in SCSS until this gets added to core.