get_class
Convert semantic class names into the actual CSS utility classes for your HTML, with support for minified or SSR-safe output.
Instructions
Get the full utility classes for a semantic class name. Returns the CSS classes you should use in your HTML. Supports SSR-safe filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The semantic class name (e.g., 'btn-primary', 'card', 'input') | |
| minified | No | Return a minified single-character class name for maximum token savings (default: false) | |
| ssrSafe | No | Only return SSR-safe classes that won't cause hydration mismatches (default: false) | |
| includeStates | No | Include hover/focus/active state variants in the output (default: true) |