northem / northem-light

A north-bluish, light color palette.
https://git.io/northem-light
Other
7 stars 1 forks source link

Sass CSS template compile error #10

Closed arcticicestudio closed 8 years ago

arcticicestudio commented 8 years ago

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;
   ----------------^