im-richard / Scaffold

Extend, combine and compress CSS
http://github.com/IAMRichardT/Scaffold/wiki
161 stars 19 forks source link

Brackets with @variables #32

Open karellm opened 14 years ago

karellm commented 14 years ago

@variables colors { throws an error

@variables colors { doesn't

pdclark commented 14 years ago

Looks like you pasted the same line twice.

karellm commented 14 years ago

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.

pdclark commented 14 years ago

Ah, so: @variables colors { /* Error Sometimes*/ }

@variables colors
{
    /* No Error */
}
karellm commented 14 years ago

Yep