You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace Tailwind CDN `<script src="https://cdn.tailwindcss.com">` with a vendored compiled stylesheet. Avoids runtime CDN dep + offline-mode break before Phase D ship.
Acceptance criteria
`tailwindcss` CLI run at build time, output to `internal/webui/static/tailwind.css`
Part of Epic #1565 Phase 1.5.
Goal
Replace Tailwind CDN `<script src="https://cdn.tailwindcss.com">` with a vendored compiled stylesheet. Avoids runtime CDN dep + offline-mode break before Phase D ship.
Acceptance criteria
Dependencies