generate_tailwind_config
Convert universal design tokens into a Tailwind CSS configuration file for consistent theming across projects.
Instructions
Generate a tailwind.config.js theme from universal design tokens
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokens | Yes | Universal design tokens JSON string | |
| format | No | Output format: ES modules or CommonJS | esm |