Skip to main content
Module

x/evt/lib/types/index.ts>dom.CSSGroupingRule

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.CSSGroupingRule
implements CSSRule
import { type dom } from "https://deno.land/x/evt@v2.4.3/lib/types/index.ts";
const { CSSGroupingRule } = dom;

Any CSS at-rule that contains other rules nested within it.

Properties

readonly
cssRules: CSSRuleList

Methods

deleteRule(index: number): void
insertRule(rule: string, index: number): number