Open yutohirayoshi opened 4 years ago
+1
Hi @yutohirayoshi, this extension does not support @use
because it uses LibSass to compile the stylesheets. LibSass has been deprecated in favor of Dart Sass and this repo is no longer maintained. However, Glenn has been continuing to make bug fixes and feature updates on a newer repo here: https://github.com/glenn2223/vscode-live-sass-compiler
This new repo uses Dart Sass instead, which supports all the latest SASS features. You can try out his new extension if you search for "Live SASS Compiler - Glenn Marks" in VSCode.
Can I use @use by this extention ?