// comments
This commit is contained in:
parent
6e22c810d0
commit
a3b1ef0fd6
@ -159,7 +159,8 @@ less.parser = {
|
||||
var node;
|
||||
|
||||
while (node = $(this.ruleset, []) || $(this.rule) || $(this.mixin.definition, []) ||
|
||||
$(this.mixin.call) || $(/\/\*([^*]|\*+[^\/*])*\*+\//g) || $(/[\n\s]+/g) || $(this.directive)) {
|
||||
$(this.mixin.call) || $(/\/\*([^*]|\*+[^\/*])*\*+\//g) || $(/\/\/.*/g) ||
|
||||
$(/[\n\s]+/g) || $(this.directive)) {
|
||||
root.push(node);
|
||||
}
|
||||
return root;
|
||||
|
Loading…
Reference in New Issue
Block a user