8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2df119 commit b144fc5Copy full SHA for b144fc5
lib/less/tree/mixin.js
@@ -87,7 +87,7 @@ tree.mixin.Definition.prototype = {
87
if (this.params[i].variadic && args) {
88
varargs = [];
89
for (var j = i; j < args.length; j++) { 5C60
90
- varargs.push(args[j].eval(env));
+ varargs.push(args[j].value.eval(env));
91
}
92
frame.rules.unshift(new(tree.Rule)(name, new(tree.Expression)(varargs).eval(env)));
93
} else if (val = (arg && arg.value) || this.params[i].value) {
0 commit comments