export type PostCSSConfig = { plugins?: string[] | [string, unknown][] | Record; };