Starter-Kit-2018 icon indicating copy to clipboard operation
Starter-Kit-2018 copied to clipboard

Error in Sass when I use npm run watch

Open OluyemiJ opened this issue 7 years ago • 1 comments

Hi,

I have the following error when I run npm run watch

Error in plugin 'sass' Message: assets/sass/_variables.scss Error: Invalid CSS after "$purpleDark": expected 1 selector or at-rule, was ": #312D 45" on line 2 of assets/sass/_variables.scss from line 4 of assets/sass/main.scss

$purpleDark: #312D45

Any idea how to fix this?

Thanks.

OluyemiJ avatar Apr 11 '18 20:04 OluyemiJ

it might be you need to close it with a semicolon at the end $purpleDark: #312D45;

codingphasedotcom avatar Apr 25 '18 16:04 codingphasedotcom