mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Fix property interpolation for @* values
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
pi-test {
|
||||
border: 0;
|
||||
@not-variable: @not-variable;
|
||||
ufo-width: 50%;
|
||||
*-z-border: 1px dashed blue;
|
||||
-www-border-top: 2px;
|
||||
|
||||
@@ -6,8 +6,11 @@ pi-test {
|
||||
@c_c: left;
|
||||
@d-d4: radius;
|
||||
@-: -;
|
||||
|
||||
|
||||
@var: ~'@not-variable';
|
||||
|
||||
@{a}: 0;
|
||||
@{var}: @var;
|
||||
@{prefix}width: 50%;
|
||||
*-z-@{a} :1px dashed blue;
|
||||
-www-@{a}-@{bb}: 2px;
|
||||
|
||||
Reference in New Issue
Block a user