interface dom.CSSConditionRule
implements CSSGroupingRule
import { type dom } from "https://deno.land/x/evt@v2.4.18/lib/index.ts";
const { CSSConditionRule } = dom;
A single condition CSS at-rule, which consists of a condition and a statement block. It is a child of CSSGroupingRule.