Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface Syntax
import { type Syntax } from "https://deno.land/x/postcss@8.4.16/lib/postcss.d.ts";

Properties

optional
parse: Parser

Function to generate AST by string.

optional
stringify: Stringifier

Class to generate string by AST.