Support @supports inside @-moz-document
This commit is contained in:
parent
ef8f507c50
commit
4684016a47
|
@ -1706,6 +1706,9 @@ Parser.prototype = function() {
|
||||||
case Tokens.DOCUMENT_SYM:
|
case Tokens.DOCUMENT_SYM:
|
||||||
this._document();
|
this._document();
|
||||||
break;
|
break;
|
||||||
|
case Tokens.SUPPORTS_SYM:
|
||||||
|
this._supports();
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
ok = Boolean(this._ruleset());
|
ok = Boolean(this._ruleset());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user