mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
(minor) formatting
This commit is contained in:
@@ -300,7 +300,7 @@ less.Parser = function Parser(env) {
|
||||
primary: function () {
|
||||
var node, root = [];
|
||||
|
||||
while (node = $(this.mixin.definition) || $(this.rule) || $(this.ruleset) ||
|
||||
while (node = $(this.mixin.definition) || $(this.rule) || $(this.ruleset) ||
|
||||
$(this.mixin.call) || $(this.comment) ||
|
||||
$(/[\n\s]+/g) || $(this.directive)) {
|
||||
root.push(node);
|
||||
|
||||
Reference in New Issue
Block a user