less/less.ruby

Passing Variables through Multiple Box Shadows

bearded-avenger opened this issue · 1 comments

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

Wrong repo. Posted to lessphp.