Skip to main content
Module

x/bundler/deps.ts>postcss.DocumentProps

A Bundler with the web in mind.
Latest
interface postcss.DocumentProps
implements ContainerProps
Re-export
import { type postcss } from "https://deno.land/x/bundler@0.9.0/deps.ts";
const { DocumentProps } = postcss;

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.