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:
|
||||
this._document();
|
||||
break;
|
||||
case Tokens.SUPPORTS_SYM:
|
||||
this._supports();
|
||||
break;
|
||||
default:
|
||||
ok = Boolean(this._ruleset());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user