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

Sass Modules not working #471

Closed PixelForm closed 2 years ago

PixelForm commented 3 years ago

When trying to import and use a module like: @use '../modules/module' Live Sass Compiler simply outputs the following inside the generated .css file: @use '../modules/module' and the module is not used at all. Can't find a solution to this inside the extension's settings either.

aleksei-stukalov commented 3 years ago

yeah, latest update for this extension was in 2018, i am guessing this is a dead project by now and we probably should to try to find another compiler. rip, i loved this extension.

glenn2223 commented 3 years ago

This version is no longer maintained. Please try my updated and maintained version which is available from the marketplace at https://marketplace.visualstudio.com/items?itemName=glenn2223.live-sass

it uses a newer version of SASS which supports @use