tailwind_generate_config
Create Tailwind CSS configuration by converting design tokens for colors, spacing, typography, and breakpoints into a customizable setup, streamlining UI/UX development workflows.
Instructions
Generate Tailwind configuration from design tokens
Input Schema
Name | Required | Description | Default |
---|---|---|---|
breakpoints | No | ||
colors | No | ||
spacing | No | ||
typography | No |
Input Schema (JSON Schema)
{
"properties": {
"breakpoints": {
"type": "object"
},
"colors": {
"type": "object"
},
"spacing": {
"type": "object"
},
"typography": {
"type": "object"
}
},
"type": "object"
}