delimit_design_generate_tailwind
Generate or read Tailwind CSS configuration files by scanning project directories for existing configs or CSS tokens, enabling consistent design system implementation.
Instructions
Read existing tailwind.config or generate one from detected CSS tokens.
Args: figma_file_key: Optional Figma file key (reserved for future use). output_path: Output file path for generated config. project_path: Project root to scan for existing config or CSS tokens.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| figma_file_key | No | ||
| output_path | No | ||
| project_path | No |