Noel Georgi e775c3662b
feat: upgrade tailwind to v4
Upgrade tailwind to v4, switch to bun.lock

Also fix check-dirty step in CI and cleanup helm values update.

Signed-off-by: Noel Georgi <git@frezbo.dev>
2026-04-17 13:51:09 +05:30

7 lines
124 B
CSS

@import "tailwindcss";
@source "../templates/**/*.html";
@plugin "@tailwindcss/forms";
@plugin "@tailwindcss/typography";