mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Evaluate function calls properly.
- `fun(f())` is now possible - Anonymous can take normal strings - Tests for `%()`
This commit is contained in:
@@ -12,4 +12,6 @@
|
||||
saturate: #203c31;
|
||||
desaturate: #29332f;
|
||||
greyscale: #2e2e2e;
|
||||
format: "rgb(32, 128, 64)";
|
||||
eformat: rgb(32, 128, 64);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user