Expand description
This module defines the CssOptimizer trait, which provides an interface for optimizing raw CSS.
Implementations of this trait are responsible for taking raw CSS input and producing optimized, minified output. The specific optimization techniques are left to the implementation details. This trait allows for different optimization backends to be easily swapped or replaced within the system.
Traitsยง
- CssOptimizer
- The
CssOptimizertrait provides an interface for optimizing CSS.