Open
Description
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 }
}
Metadata
Metadata
Assignees
Labels
No labels