mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Fix bad reliance on env variable, causing error when interpolating a comma seperated value
This commit is contained in:
@@ -49,3 +49,9 @@
|
||||
.mix-mul(black);
|
||||
.mix-mul(orange);
|
||||
}
|
||||
|
||||
@test: Arial, Verdana, San-Serif;
|
||||
.watermark {
|
||||
@family: ~"Univers, @{test}";
|
||||
family: @family;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user