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

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

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

A single CSS @media rule. It implements the CSSConditionRule export interface, and therefore the CSSGroupingRule and the CSSRule export interface with a export type value of 4 (CSSRule.MEDIA_RULE).

Properties

readonly
media: MediaList