mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
fixed bug with passing variables to functions
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#functions {
|
||||
@var: 10;
|
||||
color: color("evil red"); // #660000
|
||||
width: increment(15);
|
||||
height: undefined("self");
|
||||
border-width: add(2, 3);
|
||||
variable: increment(@var);
|
||||
}
|
||||
|
||||
#built-in {
|
||||
|
||||
Reference in New Issue
Block a user