mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
(new) interpolation & escaping of JS
This commit is contained in:
@@ -14,3 +14,7 @@
|
||||
@var: `4 + 4`;
|
||||
width: @var;
|
||||
}
|
||||
.escape-interpol {
|
||||
@world: "world";
|
||||
width: ~`"hello" + " " + "@{world}"`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user