Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/drollup/plugins/postcss/mod.ts>RollupPostcssOutputFunction

Next-generation ES module bundler ported for Deno
Latest
type alias RollupPostcssOutputFunction
import { type RollupPostcssOutputFunction } from "https://deno.land/x/drollup@2.58.0+0.20.0/plugins/postcss/mod.ts";
definition: (
styles: string,
styleNodes: Record<string, string>,
bundle: OutputBundle,
) => void