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".
Asked
Active
Viewed 170 times
1 Answers
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