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