docs: require Tabler icons for all icons
All checks were successful
CI / verify (push) Successful in 1m7s

This commit is contained in:
Julien Calixte
2026-07-11 12:12:33 +02:00
parent 99edff828a
commit 2592b19c8f

View File

@@ -38,6 +38,10 @@ Tailwind v4 uses the modern CSS-based config in `src/styles/app.css`:
- DaisyUI configured via `@plugin 'daisyui' { themes: retro --default, coffee --prefersdark; }`
- `@tailwindcss/typography` for prose styling
### Icons
Use [Tabler icons](https://tabler.io/icons) for every icon. Paste the outline SVG inline and keep `stroke="currentColor"` so it inherits color from its parent (icons in the note header render in `--color-accent`).
### Directory Structure
```sh