Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
import * as postcss from "https://deno.land/x/postcss@8.4.16/lib/no-work-result.js";

Classes

A Promise proxy for the result of PostCSS transformations. This lazy result instance doesn't parse css unless NoWorkResult#root or Result#root are accessed. See the example below for details. A NoWork instance is returned by Processor#process ONLY when no plugins defined.