CSS Beautifier
Format minified CSS into readable, properly indented code.
Paste minified or single-line CSS and get a clean, indented version with one declaration per line and consistent spacing. Handy when inspecting framework output, debugging a stylesheet from a CDN, or making sense of a CSS dump pasted into a bug report.
Common use cases: reading minified production CSS to find a specific selector, prepping a vendor stylesheet for a code review, reformatting CSS pasted from a compiled bundle, and learning how a particular framework structures its output.
Minified CSS
Reference
Frequently asked questions
What formatting choices does it apply?
Will it change the behaviour of my CSS?
Can it handle modern CSS features?
:has(), @layer, custom properties, and the rest of recent additions all format. Anything CSS Working Group has shipped is handled.What about @media and @supports blocks?
Other Formatters
View all tools →JSON Formatter
Format and validate JSON with syntax highlighting
SQL Prettify
Format and beautify SQL queries
HTML to Markdown
Convert HTML to Markdown format
Markdown to HTML
Convert Markdown to HTML
YAML to JSON
Convert YAML format to JSON with syntax validation
JSON to YAML
Convert JSON to YAML format for configuration files
CSS Minifier
Minify CSS to reduce file size and improve performance