Skip to main content
Module

x/astral/bindings/celestial.ts>CSS_Value

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

Data for a simple selector (these are delimited by commas in a selector list).

definition: { text: string; range?: CSS_SourceRange; specificity?: CSS_Specificity; }