Skip to main content
Module

x/graffiti/src/css/CSSRuleList.ts>CSSRuleList

HTML/CSS engine for node.js and deno.
Latest
class CSSRuleList
implements [globalThis.CSSRuleList]
extends Array<CSSRule>
import { CSSRuleList } from "https://deno.land/x/graffiti@v0.9.0-prealpha/src/css/CSSRuleList.ts";

Methods

item(index: number): CSSRule | null