Expand description
Tree-shaking system for removing unused CSS classes
This module provides functionality to analyze CSS usage and remove unused classes, optimizing the final CSS bundle size.
Structsยง
- Tree
Shake Config - Configuration for tree-shaking
- Tree
Shake Results - Results of tree-shaking operation
- Tree
Shake Stats - Statistics for tree-shaking operation
- Tree
Shaker - Tree-shaking system for CSS optimization