Delimit Design Generate Tailwind
delimit_design_generate_tailwindGenerate a Tailwind config from CSS tokens detected in a project, or read an existing config for inspection. Use to bootstrap or review Tailwind setup.
Instructions
Read an existing tailwind.config or generate one from detected CSS tokens.
When to use: to bootstrap a Tailwind config from existing CSS tokens, or to inspect an existing config in a project. When NOT to use: to extract general design tokens (use delimit_design_extract_tokens) or generate a component (delimit_design_generate_component).
Sibling contrast: delimit_design_extract_tokens scans CSS; this writes a tailwind config from those tokens.
Side effects: writes tailwind.config.js if missing, otherwise reads the existing one. Calls backends.ui_bridge.design_generate_tailwind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No | Output file path for generated config. | |
| project_path | No | Project root to scan for existing config or CSS tokens. | |
| figma_file_key | No | Optional Figma file key (reserved for future use). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||