You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
@achavazza Surprised you're getting an error there. You want it to display literally '$color'? It looks that way, so it should work as is I think. If you have $color defined before the comment and want it's value in the comment in place of $color, you can use #{$color}. You should only be getting that error if you put #{$color} in the comment and didn't define $color beforehand. EDIT: Ah, seems to depend on the compiler. Older ones seem to give that error.
I'm getting a kind of weird error:
Error: Undefined variable "$color"
/*
$color is a variable inside a comment block
*/
So yeah, IS undefined thats why it's in a comment...
There is a way to force ignore comments?
The text was updated successfully, but these errors were encountered: