import { type postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts";
const { Parser } = postcss;
Call Signatures
(css: string | { toString(): string; }, opts?: Pick<ProcessOptions, "map" | "from">): Root
import { type postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts";
const { Parser } = postcss;