How does the CSS Formatter work?
The CSS Formatter and Beautifier is a utility that takes compressed or poorly formatted CSS code and reformats it with proper indentation, line breaks, and spacing. This makes the code readable for humans and much easier to debug.
Minify vs Beautify
Developers often 'minify' their CSS (remove all spaces and line breaks) before publishing a website to make it load faster. However, if you need to edit minified CSS, it is nearly impossible. This tool 'un-minifies' (beautifies) it so you can understand the styling rules again.