mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
tests for value.length > 1 bug
This commit is contained in:
@@ -10,3 +10,6 @@
|
||||
.redefinition {
|
||||
three: 3;
|
||||
}
|
||||
.values {
|
||||
font-family: 'Trebuchet', 'Trebuchet', 'Trebuchet';
|
||||
}
|
||||
|
||||
@@ -29,3 +29,8 @@
|
||||
@var: 3;
|
||||
three: @var;
|
||||
}
|
||||
|
||||
.values {
|
||||
@a: 'Trebuchet';
|
||||
font-family: @a, @a, @a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user