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>CSSStyleRule

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

CSSStyleRule represents a single CSS style rule. It implements the CSSRule export interface with a export type value of 1 (CSSRule.STYLE_RULE).

Properties

selectorText: string
readonly
style: CSSStyleDeclaration