delimit_design_generate_tailwind
Generate or inspect a Tailwind CSS configuration file. Reads existing config or creates one from CSS tokens in your project.
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 |
|---|---|---|---|
| figma_file_key | No | Optional Figma file key (reserved for future use). | |
| output_path | No | Output file path for generated config. | |
| project_path | No | Project root to scan for existing config or CSS tokens. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||