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

Import dosen't work #499

Open stephen-wu-chaohui opened 3 years ago

stephen-wu-chaohui commented 3 years ago

This is my code:

File1: `$var: 5vw;

element {

width: $var;

} `

File2: ` @import url('File1');

element2 {

width: $var;

} `

It throws a var not defined error.

glenn2223 commented 3 years ago

Do you still get the error if you change it to @import "File1";?


Sidebar - this extension is no longer maintained, see #486