Fix property interpolation for @* values

This commit is contained in:
seven-phases-max
2014-09-02 00:02:49 +04:00
parent e045362c90
commit 36383dc89b
3 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
pi-test {
border: 0;
@not-variable: @not-variable;
ufo-width: 50%;
*-z-border: 1px dashed blue;
-www-border-top: 2px;

View File

@@ -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;