🎯
CSS Minify
Minify CSS by removing comments, whitespace, and newlines.
data
API: POST /api/tools/css-minify
Input
Result
🔌 API Usage
POST /api/tools/css-minify
Content-Type: application/json
// Example body:
{
"input": ""
}
Content-Type: application/json
// Example body:
{
"input": ""
}