Free online CSS minifier and beautifier. Compress CSS files, remove comments and whitespace, or expand minified CSS into readable code. Powered by clean-css.
CSS (Cascading Style Sheets) is the language used to style web pages. During development, CSS is heavily formatted with spaces, newlines, and comments to be human-readable. However, shipping all this extra whitespace and meta-information to production slows down your website load times and wastes bandwidth.
Our CSS Minifier strips out all unnecessary characters without changing the functionality of the stylesheets. It utilizes the industry-standard clean-css algorithm running entirely within your browser to instantly compress your code.