Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ogone/src/ogone.dom.d.ts>CSSGroupingRule

Advanced Web Composition for Future
Latest
interface CSSGroupingRule
implements CSSRule
import { type CSSGroupingRule } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

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