CSS Minifier
Minification is the process of deleting superfluous or redundant information from a resource without altering how the resource is handled by the browser. Examples of this include removing formatting and code comments, getting rid of unused code, using shorter variable and function names, and more.