Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Builder
import { type Builder } from "https://deno.land/x/postcss@8.4.16/lib/postcss.js";

Call Signatures

(
part: string,
node?: AnyNode,
type?: "start" | "end",
): void