The documentation does not mention the parameters for the @tailwindcss/postcss plugin. At least, when searching for "post css" in the search bar, the page only offers the installation guide.
export type PluginOptions = {
// The base directory to scan for class candidates.
base?: string
// Optimize and minify the output CSS.
optimize?: boolean | { minify?: boolean }
}
Permalink: @tailwindcss/postcss/src/idnex.ts#L44-L50