This tool can performs compression (shortening css form) and restructuring (merge of ruleset declarations). As a result our CSS becomes much smaller than before. Smaller size, faster page loading speed.
How To Minify CSS
To Minify, simply paste your code inside 'Source' Textarea, minified code will shown in Result Box.How To unMinify CSS
To unMinify, tick 'unMinify checkbox and paste your minified code inside 'Source' Textarea, beautified code will appear in Result Box.
This app based on CSSO on github and was recomended by Google Developer Insights