Home | History | Annotate | Download | only in front-end

Lines Matching refs:PROPERTY

111         PROPERTY: 1,
387 else if (this._condition.parseCondition === this._parseConditions.PROPERTY && token in this._propertyKeywords)
388 this.tokenType = "css-property";
600 if (this._condition.parseCondition === this._parseConditions.PROPERTY)
611 this._condition.parseCondition = this._parseConditions.PROPERTY;
621 this._condition.parseCondition = this._parseConditions.PROPERTY;