interface dom.CSSGroupingRule
implements CSSRule
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { CSSGroupingRule } = dom;
Any CSS at-rule that contains other rules nested within it.
Properties
readonly
cssRules: CSSRuleList