Skip to main content
Module

x/commandis/mod.ts>dom.CSSMediaRule

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.CSSMediaRule
implements CSSConditionRule
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { CSSMediaRule } = dom;

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

Properties

readonly
media: MediaList