CSSConditionRule
A single condition CSS at-rule, which consists of a condition and a statement block. It is a child of CSSGroupingRule.
var CSSConditionRule: {
prototype: CSSConditionRule;
new (): CSSConditionRule;
};A single condition CSS at-rule, which consists of a condition and a statement block. It is a child of CSSGroupingRule.