build: add tailwind v4 and ts tooling

This commit is contained in:
2026-04-14 23:43:41 +02:00
parent 5122348169
commit 93cb99fd94
8 changed files with 684 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
@import 'tailwindcss';
@source '../../internal/**/*.templ';
@theme {
--color-bg: #111419;
--color-panel: #181d24;
--color-panel-soft: #1f2530;
--color-header: #1a2029;
--color-text: #e7eaf0;
--color-text-muted: #b8c0cd;
--color-text-faint: #8b97a8;
--color-accent: #cad4e4;
--color-danger: #d17f88;
}