Home / Type/ PluginOptions Type — tailwindcss Architecture

PluginOptions Type — tailwindcss Architecture

Architecture documentation for the PluginOptions type/interface in index.ts from the tailwindcss codebase.

Entity Profile

Source Code

packages/@tailwindcss-postcss/src/index.ts lines 50–69

export type PluginOptions = {
  /**
   * The base directory to scan for class candidates.
   *
   * Defaults to the current working directory.
   */
  base?: string

  /**
   * Optimize and minify the output CSS.
   */
  optimize?: boolean | { minify?: boolean }

  /**
   * Enable or disable asset URL rewriting.
   *
   * Defaults to `true`.
   */
  transformAssetUrls?: boolean
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free