Paste your CSS
Drop in a stylesheet or load the sample. Your CSS stays in this browser tab.
Format, beautify, and minify CSS stylesheets with indentation and wrap controls. Everything runs locally in your browser.
Format, beautify, and minify CSS stylesheets with indentation and wrap controls. Everything runs locally in your browser.
Developer tool
Format, beautify, and minify CSS stylesheets with indentation and wrap controls. Everything runs locally in your browser.
Current editor
Opening braces
Including spaces
CSS workspace
Ready to format.
Drop in a stylesheet or load the sample. Your CSS stays in this browser tab.
Pick indentation and line-wrap width before you beautify.
Create readable CSS for reviews, or minify it for production, then copy the result.
No. Formatting and minification run locally in your browser, so the CSS is not sent to an MTKits server.
Beautifying rewrites whitespace and line breaks so selectors, properties, and nested rules are easier to read. It does not change the meaning of valid CSS.
Minifying strips comments and collapses unnecessary whitespace so the stylesheet is smaller for production.
It only removes comments and redundant whitespace. Selectors, values, and at-rules stay the same, so rendered styles should match.