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

x/bundler/plugins/transformers/postcss.ts>postcss

A Bundler with the web in mind.
Go to Latest
function postcss
import { postcss } from "https://deno.land/x/bundler@0.2.1/plugins/transformers/postcss.ts";

Parameters

optional
config: { include?: Include; exclude?: Exclude; options?: { use: unknown[]; }; } = [UNSUPPORTED]