Skip to main content
Module

x/commandis/mod.ts>dom.CSSGroupingRule

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.CSSGroupingRule
implements CSSRule
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.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