Minor Changes
- 8b6d08f: Bring back
cssgen:doneas an observe-only host hook for reporting on final CSS from CLI, Vite, and PostCSS.
Useoptimizeor PostCSS to mutate CSS.
Patch Changes
- 8b6d08f: Support
minifyas a top-level config key. The migration guide andpanda cssgen --minifyalready treated
it as one, but theConfigtype rejected it and nothing read it.cssgennow honorsminifyfrom config, and the
--minifyflag still overrides it.