The $northem-light3 color variable in the Sass source file northem-light.scss contains two hash (#) symbold infront of the HEX code which causes Gulp to fail while compiling the Sass CSS template.
Log:
[19:53:09] Starting 'compile-css-template'...
Error in plugin 'sass'
Message:
src/sass/northem-light.scss
Error: Invalid CSS after "$northem-light3:": expected expression (e.g. 1px, bold), was "##E0E0E1;"
on line 123 of src/sass/northem-light.scss
>> $northem-light3: ##E0E0E1;
----------------^
The
$northem-light3
color variable in the Sass source filenorthem-light.scss
contains two hash (#
) symbold infront of the HEX code which causes Gulp to fail while compiling the Sass CSS template.Log: