Expand description
The CSS builder module provides flexible CSS generation and processing.
Each builder implementation offers:
- CSS generation from spells
- CSS optimization
- Configurable output handling
Available implementations:
CssBuilderFs- File system-based with persistent storageCssBuilderInMemory- Entirely in-memory
Structsยง
- CssBuilder
- Core CSS builder that handles spell compilation and optimization
- CssBuilder
Fs - Manages the process of compiling and building CSS files with filesystem persistence.
- CssBuilder
InMemory - Manages CSS compilation purely in memory