Skip to main content
Module

x/astral/bindings/celestial.ts>CSS_MediaQuery

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias CSS_MediaQuery
import { type CSS_MediaQuery } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Media query descriptor.

definition: { expressions: CSS_MediaQueryExpression[]; active: boolean; }