I am getting an error (whats up with the crazy bloated error messages in sass?) Is this the part that is saving me time?
Anyways, the error is:
Syntax error: Invalid CSS after “…IN – sass css*/”: expected selector or at-rule, was “.mystyle {color…”
on line 15 of C:stylesheet.scss
setup:
@import “partials/_variables.scss” which contains: $red: #ff0000;
line 15:
.mystyle {color:$red;}
Author
Posts
Viewing 1 post (of 1 total)
The forum ‘CSS’ is closed to new topics and replies.