mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
in a parens expression, just return the Expression for now
This commit is contained in:
@@ -400,7 +400,7 @@ less.parser = {
|
||||
var e;
|
||||
|
||||
if ($('(') && (e = $(this.expression)) && $(')')) {
|
||||
return ["()", e];
|
||||
return e;
|
||||
}
|
||||
},
|
||||
multiplication: function () {
|
||||
|
||||
Reference in New Issue
Block a user