Searched refs:_parseDeclaration (Results 1 – 3 of 3) sorted by relevance
1 …_parseDeclaration()},e.prototype._parseAtApply=function(){if(!this.peekKeyword("@apply"))return nu… method in t
26981 || this._parseDeclaration();27079 Parser.prototype._parseDeclaration = function (resyncStopTokens) { method in Parser27234 return this._parseDeclaration();30212 SCSSParser.prototype._parseDeclaration = function (resyncStopTokens) { method in SCSSParser30243 return this._parseBody(node, this._parseDeclaration.bind(this));
1 …_parseDeclaration();\n };\n /**\n * Parses declarations like:\n * @apply --my-them…