mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Fix property interpolation for @* values
This commit is contained in:
@@ -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