Skip to main content
Module

x/astral/bindings/celestial.ts>CSS_CSSPropertyRule

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

CSS property at-rule representation.

definition: { styleSheetId?: CSS_StyleSheetId; origin: CSS_StyleSheetOrigin; propertyName: CSS_Value; style: CSS_CSSStyle; }