generate_css
Generate CSS definitions for semantic class names. Supports filtering by category, minification, and state variants like hover and focus.
Instructions
Generate CSS that defines all semantic classes. Add this to your project's CSS file to use the semantic class names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| categories | No | Only generate CSS for specific categories (optional) | |
| minified | No | Generate minified class names (a, b, c...) for maximum file size reduction | |
| includeStates | No | Include hover/focus/active state variants (default: true) |