Skip to main content
The Deno 2 Release Candidate is here
Learn more
variable postcssInjectDependenciesPlugin
import { postcssInjectDependenciesPlugin } from "https://deno.land/x/deno_bundler@v0.9.1/plugins/css/postcss/inject_dependencies.ts";

type

(
bundleInput: string,
bundleOutput: string,
unnamed 2: { graph: Graph; },
) => any