import { type Syntax } from "https://deno.land/x/postcss@8.4.16/lib/postcss.js";
Properties
optional
parse: ParserFunction to generate AST by string.
optional
stringify: StringifierClass to generate string by AST.
import { type Syntax } from "https://deno.land/x/postcss@8.4.16/lib/postcss.js";
Function to generate AST by string.
Class to generate string by AST.