(options?: GenFuzCssOptions): Gen options
type GenFuzCssOptions
default
{}returns
Gen Gro generator for creating optimized utility CSS from extracted class names. Scans source files, extracts CSS classes with AST-based parsing, and generates only the CSS for classes actually used. Includes per-file caching with content hash validation for fast incremental rebuilds.
2 declarations
(options?: GenFuzCssOptions): Gen options{}Gen GenFuzCssOptions Options for the Gro CSS generator. Extends the shared base options with Gro-specific settings.
include_statsWhether to include file and resolution statistics in the output.
booleanproject_rootProject root directory. Source paths must be under this directory.
stringconcurrencyMax concurrent file processing (cache read + extract). Bottlenecked by CPU-bound AST parsing.
numbercache_io_concurrencyMax concurrent cache writes and deletes (I/O-bound).
number