You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered: