# UseClassy

Readable utility CSS. No horizontal scroll.

A Vite plugin that turns variant attributes (`class:hover`, `className:focus`) into normal Tailwind CSS and UnoCSS classes. No runtime. Place it before your CSS engine.

- HTML: https://useclassy.com/
- Docs: https://useclassy.com/docs.md
- GitHub: https://github.com/jrmybtlr/useclassy

## Quick start

```bash
npm i -D vite-plugin-useclassy
npx vite-plugin-useclassy init
```

`init` patches Vite and your CSS engine. See the [docs](https://useclassy.com/docs.md) for Usage, Vite, Tailwind, UnoCSS, IntelliSense, and the agent skill.
