I just started with sass and installed prepros. I tried to compile an .scss file and got an error:
Syntax error: Invalid CSS after \" color: \": expected exp
SCSS uses $ to denote variables so it should be background-color: $blue;
$
background-color: $blue;