Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
variable postcssInjectDependenciesPlugin
import { postcssInjectDependenciesPlugin } from "https://deno.land/x/bundler@0.6.2/plugins/css/postcss/inject_dependencies.ts";

type

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