1

Checked at least 10 different sources for a solution but cant find anything that helps. As you can see in the pics, I have a path specified in settings.json but it's not generating a css file in the specified css folder when I click "Watch Sass".

picture 1 of vs code

picture 2 of vs code

Peter Macej
  • 4,831
  • 22
  • 49

1 Answers1

0

As the error message says:

in file: practise.scss
variable '$light-color' isn't defined

Just define $light-color (actual line 14) before you call it (actual line 9).

Brebber
  • 2,986
  • 2
  • 9
  • 19