Sup, So this compiles; @var1: #0077cc; .foo { .box-shadow (1px 1px 1px @var1); } But this however doesn't compile; @var1: #FF0000; @var2: #0077CC; .bar { .box-shadow (~"1px 1px 1px @var1,2px 2px 2px @var2"); } Any thoughts on this one? Nick
Sup,
So this compiles;
@var1: #0077cc;
.foo {
.box-shadow (1px 1px 1px @var1);
}
But this however doesn't compile;
@var1: #FF0000;
@var2: #0077CC;
.bar {
.box-shadow (~"1px 1px 1px @var1,2px 2px 2px @var2");
}
Any thoughts on this one?
Nick