Description
CSS can be minified with structural optimizations that reduce output size beyond simple whitespace removal. It is useful for frontend build pipelines that need smaller stylesheets for deployment.
Optimization can change generated CSS structure, so keep source files separate and test visual output after minifying complex styles.