diff --git a/lib/less/parser.js b/lib/less/parser.js index 5a9f1e305..c72fc64b6 100644 --- a/lib/less/parser.js +++ b/lib/less/parser.js @@ -945,6 +945,10 @@ less.Parser = function Parser(env) { selector: function () { var sel, e, elements = [], c, match; + if (sel = $(this.entities.quoted)) { + return new(tree.Selector)([new(tree.Element)('', sel, i)]); + } + while (e = $(this.element)) { c = input.charAt(i); elements.push(e)