reachy_web / tailwindcss /README.md
Domotick's picture
v0.1.0
42530e0
|
Raw
History Blame Contribute Delete
543 Bytes
# Generate static Tailwind CSS
Tailwind v4, CSS-first config: everything (sources to scan, fonts, theme) lives in `styles/app.css` — there is no `tailwind.config.js`.
## Requirements
(From this folder)
```bash
pnpm install
```
## Generate CSS
```bash
pnpm build # one-shot → ../reachy_web/static/css/app.css
pnpm watch # rebuild on every template/JS change (dev)
```
The sync script rebuilds before mirroring to the Space, so the shipped CSS can never go stale. `logs.css` is hand-written plain CSS, outside this pipeline.