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