Skip to main content
Module

x/astral/bindings/celestial.ts>CSS_CSSProperty

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

CSS property declaration data.

definition: { name: string; value: string; important?: boolean; implicit?: boolean; text?: string; parsedOk?: boolean; disabled?: boolean; range?: CSS_SourceRange; longhandProperties?: CSS_CSSProperty[]; }