mirror of
https://github.com/less/less.js.git
synced 2026-01-21 05:08:10 -05:00
parse comments inside expressions
This commit is contained in:
@@ -728,7 +728,8 @@ less.Parser = function Parser(env) {
|
||||
//
|
||||
entity: function () {
|
||||
return $(this.entities.literal) || $(this.entities.variable) || $(this.entities.url) ||
|
||||
$(this.entities.call) || $(this.entities.keyword) || $(this.entities.javascript);
|
||||
$(this.entities.call) || $(this.entities.keyword) || $(this.entities.javascript) ||
|
||||
$(this.comment);
|
||||
},
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user