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
660 stars 168 forks source link

doesn`t combile @use right #564

Closed MuhammadRabi closed 2 years ago

MuhammadRabi commented 2 years ago

@import is being deprecated and the extension need to support usage of @forward and @use

glenn2223 commented 2 years ago

This extension is no longer maintained. If you look at #486 you will see that I have a fork that I'm actively maintaining - which does support @use and @forward

MuhammadRabi commented 2 years ago

Thanks for your response, I have used it and it works fine, Great job!