Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
import * as postcss from "https://deno.land/x/postcss@8.4.16/lib/processor.d.ts";

Classes

Contains plugins to process CSS. Create one Processor instance, initialize its plugins, and then use that instance on numerous CSS files.