Module tree_shaker

Module tree_shaker 

Source
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ยง

TreeShakeConfig
Configuration for tree-shaking
TreeShakeResults
Results of tree-shaking operation
TreeShakeStats
Statistics for tree-shaking operation
TreeShaker
Tree-shaking system for CSS optimization