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

custom sass varabile dosen't get compiled if in a calc #498

Open stephen-wu-chaohui opened 3 years ago

stephen-wu-chaohui commented 3 years ago

Sass: calc(var + 1px) becomes calc(var + 1px) therefore making a error.

glenn2223 commented 3 years ago

Just to make sure, your using the $ prefix for your variable - so calc($var + 1px)

It may also be worth switching to my updated version of this extension - as this one is no longer maintained (#486). It is available from the marketplace at https://marketplace.visualstudio.com/items?itemName=glenn2223.live-sass