mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
better JavaScript evaluation
- support for returning Array values - Expressions/Values are passed as arrays to JavaScript - fixed some edge cases
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
js: 42;
|
||||
js: 2;
|
||||
js: "hello world";
|
||||
js: 1, 2, 3;
|
||||
title: "node";
|
||||
ternary: true;
|
||||
}
|
||||
@@ -14,4 +15,8 @@
|
||||
}
|
||||
.escape-interpol {
|
||||
width: hello world;
|
||||
};
|
||||
}
|
||||
.arrays {
|
||||
ary: "1, 2, 3";
|
||||
ary: "1, 2, 3";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user