Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method LazyResult.prototype.async
Re-export
import { LazyResult } from "https://deno.land/x/postcss@8.4.16/lib/postcss.js";

Run plugin in async way and return Result.

Returns

Promise<Result>

Result with output content.