...
Search Tools
Search for a command to run...
CSS Minifier & Beautifier
Minify CSS to reduce file size, or beautify it with customizable indentation.
Drag and drop a CSS file here, or click to select
or click to select a file
Enter CSS to process...
Use with cURL
You can also use this functionality directly via the API endpoint with cURL commands.
cURL Command:
curl -X POST "https://all-tools.app/api/css-formatter" -H "Content-Type: application/json" -d '{"text":"body {color: red;}", "action":"minify"}'