interface CSSStyleSheet
implements StyleSheet
import { type CSSStyleSheet } from "https://deno.land/x/evt@v2.5.3/lib/types/lib.dom.ts";
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