import { type CSSRule } from "https://deno.land/x/evt@v2.4.20/lib/types/lib.dom.ts";
A single CSS rule. There are several types of rules, listed in the Type constants section below.
Properties
readonly
parentRule: CSSRule | nullreadonly
parentStyleSheet: CSSStyleSheet | null