Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aleph/server/config.ts>loadPostCSSConfig

The Full-stack Framework in Deno.
Go to Latest
function loadPostCSSConfig
import { loadPostCSSConfig } from "https://deno.land/x/aleph@v0.3.0-alpha.23/server/config.ts";

Parameters

workingDir: string

Returns

Promise<{ plugins: PostCSSPlugin[]; }>