tailwind_optimize_classes
Optimize and deduplicate Tailwind CSS classes in HTML to improve code efficiency and streamline UI/UX development workflows within the MCP server environment.
Instructions
Optimize and deduplicate Tailwind classes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
html | Yes | ||
purge | No |
Input Schema (JSON Schema)
{
"properties": {
"html": {
"type": "string"
},
"purge": {
"default": false,
"type": "boolean"
}
},
"required": [
"html"
],
"type": "object"
}