(options: GenerateCssOptions): GenerateCssResult import {generate_css} from '@fuzdev/fuz_css/generate_css.js'; Runs the full CSS-generation pipeline: utility classes via
generate_classes_css, then — when base or theme output is enabled and
bundled resources are available — base styles and theme variables via
resolve_css + generate_bundled_css. Returns the combined CSS and every
diagnostic produced along the way.
options
returns
GenerateCssResult