interface CSSStyleRule
implements CSSRule
import { type CSSStyleRule } from "https://deno.land/x/evt@v2.5.3/lib/types/lib.dom.ts";
CSSStyleRule represents a single CSS style rule. It implements the CSSRule interface with a type value of 1 (CSSRule.STYLE_RULE).
Properties
readonly
style: CSSStyleDeclaration