Skip to main content
Module

x/astral/bindings/celestial.ts>CSS_InheritedStyleEntry

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

Inherited CSS rule collection from ancestor node.

definition: { inlineStyle?: CSS_CSSStyle; matchedCSSRules: CSS_RuleMatch[]; }