Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface DocumentProps
implements ContainerProps
import { type DocumentProps } from "https://deno.land/x/postcss@8.4.16/lib/document.js";

Properties

optional
nodes: Root[]
optional
raws: Record<string, any>

Information to generate byte-to-byte equal node string as it was in the origin input.

Every parser saves its own properties.