import { type postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts";
const { Syntax } = postcss;
Properties
optional
parse: ParserFunction to generate AST by string.
optional
stringify: StringifierClass to generate string by AST.
import { type postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts";
const { Syntax } = postcss;
Function to generate AST by string.
Class to generate string by AST.