mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
// comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user