Convert CSS styles between different formats (CSS, Tailwind, styled-components)
/plugin marketplace add Lobbi-Docs/claude/plugin install frontend-design-system@claude-orchestration<source_format> <target_format> <input_file> [output_file]# CSS Format Conversion Command
Convert styling between CSS, Tailwind, styled-components, SCSS, Less, and PostCSS formats with intelligent property mapping.
## Usage
## Arguments
- `source_format` (required): Source CSS format - css, tailwind, styled, scss, less, postcss
- `target_format` (required): Target CSS format - css, tailwind, styled, scss, less, postcss
- `input_file` (required): Path to the CSS/style file to convert
- `output_file` (optional): Output file path (defaults to input_file.{ext})
## Examples
## Execution Flow
### 1. Input Validation
Load and parse the source...