type alias postcss.AcceptedPluginimport { type postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts"; const { AcceptedPlugin } = postcss; definition: | Plugin | PluginCreator<any> | OldPlugin<any> | TransformCallback | { postcss: TransformCallback | Processor; } | Processor