Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface Syntax
import { type Syntax } from "https://deno.land/x/postcss@8.4.16/lib/postcss.js";

Properties

optional
parse: Parser

Function to generate AST by string.

optional
stringify: Stringifier

Class to generate string by AST.