[UnoCSS](https://github.com/antfu/unocss) plugin for [HTMelt](https://github.com/alloc/htmelt).
npm install @htmelt/preval1. It loads your unocss.config.js file.
2. It scans your JSX and TSX files for tokens identified by UnoCSS
plugins/presets.
3. For each JSX and TSX module, it generates a separate CSS file and
adds it to the document with JavaScript.
- [ ] Use lightningcss to remove duplicate CSS rules on a per-chunk basis.
``sh``
pnpm install -D @htmelt/unocss
yarn add -D @htmelt/unocss
npm install --save-dev @htmelt/unocss