suggest_css_solution
Generate CSS-only solutions for UI tasks using modern CSS features, logical properties, and light-dark theming without JavaScript.
Instructions
CSS-ONLY solution engine with strict enforcement of modern CSS features. Provides zero-JavaScript solutions using cutting-edge CSS (2021-2025) with logical properties, modern carousels, and light-dark() theming.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_description | Yes | Description of the UI task or problem to solve | |
| preferred_approach | No | Preferred CSS approach - modern (latest features), compatible (wide browser support), or progressive (with fallbacks) | |
| target_browsers | No | Target browsers/versions (e.g., ["Chrome 90+", "Firefox 88+", "Safari 14+"]) | |
| project_context | No | Project context (framework, existing CSS patterns, constraints) | |
| include_analysis | No | Include semantic analysis details in response |