import { type postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts";
const { ProcessOptions } = postcss;
Properties
The path of the CSS source file. You should always set from
,
because it is used in source map generation and syntax error messages.
The path where you'll put the output CSS file. You should always set to
to generate correct source maps.
optional
stringifier: Syntax | StringifierClass to generate string by AST.
optional
syntax: SyntaxObject with parse and stringify.
optional
map: SourceMapOptions | booleanSource map options