Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

An object representing a single CSS @supports at-rule. It implements the CSSConditionRule export interface, and therefore the CSSRule and CSSGroupingRule export interfaces with a export type value of 12 (CSSRule.SUPPORTS_RULE).