Open karellm opened 14 years ago
Looks like you pasted the same line twice.
Depending on the line breaks... Sometimes if I put the { on a the same line it works, sometimes it doesn't and I need to put it on a new line. I don't get it because it depends on the @variables blocks.
Ah, so: @variables colors { /* Error Sometimes*/ }
@variables colors
{
/* No Error */
}
Yep
@variables colors { throws an error
@variables colors { doesn't