Minifying CSS
Minify mode turns multi-line CSS into a compact representation by removing syntactic padding around tokens such as braces, colons, commas, and semicolons when that padding is not required. Selectors, declarations, and at-rules remain CSS rather than being converted to another format. The compact result is suitable for copying into a production stylesheet, subject to normal testing.