ritwickdey / vscode-live-sass-compiler

Compile Sass or Scss file to CSS at realtime with live browser reload feature.
https://ritwickdey.github.io/vscode-live-sass-compiler/
MIT License
657 stars 169 forks source link

Does Live Sass Compiler support @use ? #363

Open yutohirayoshi opened 4 years ago

yutohirayoshi commented 4 years ago

Can I use @use by this extention ?

wilsoniwano commented 4 years ago

+1

Christopher-Hayes commented 3 years ago

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.