Skip to main content
Module

x/evt/mod.ts>dom.CSSStyleRule

💧EventEmitter's typesafe replacement
Latest
interface dom.CSSStyleRule
implements CSSRule
import { type dom } from "https://deno.land/x/evt@v2.5.7/mod.ts";
const { CSSStyleRule } = dom;

CSSStyleRule represents a single CSS style rule. It implements the CSSRule interface with a type value of 1 (CSSRule.STYLE_RULE).

Properties

selectorText: string
readonly
style: CSSStyleDeclaration