interface dom.CSSStyleSheet
implements StyleSheet
import { type dom } from "https://deno.land/x/evt@v2.5.6/lib/types/index.ts";
const { CSSStyleSheet } = dom;
A single CSS style sheet. It inherits properties and methods from its parent, StyleSheet.
Properties
readonly
cssRules: CSSRuleListreadonly
deprecated
imports: StyleSheetListreadonly
ownerRule: CSSRule | nullreadonly
deprecated
owningElement: Elementreadonly
rules: CSSRuleList