Closed cloudhead closed 11 years ago
In the variable scope/redefinition section, a { is missing:
{
@var: 0; .class1 /* here */ @var: 1; .class { @var: 2; three: @var; @var: 3; } one: @var; }
In the variable scope/redefinition section, a
{
is missing: