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

Issue to @import vars from another-file.scss to main.scss #575

Open koleg68 opened 2 years ago

koleg68 commented 2 years ago

For example if I want to import variables (e.g vars.scss) to main-style.scss. It doesn't work. Why?

glenn2223 commented 2 years ago

Are you getting the same issue with my fork? It's also available on the VS Code marketplace - ref #486