fix: add static/app.css and Tailwind Makefile rule for production build

nix build's staticFilesCompiledByMake phase calls make static/prod.css,
which depends on static/app.css. Added a minimal pre-built static/app.css
(satisfies Makefile dep without needing Tailwind in build sandbox) and a
Makefile rule to regenerate it via Tailwind in devenv.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-03 13:30:23 +02:00
parent e372a0c9ce
commit 68aad9d882
2 changed files with 5 additions and 0 deletions

2
static/app.css Normal file
View File

@@ -0,0 +1,2 @@
/* Minimal Tailwind base reset for ihp-railiance-probe */
*,::after,::before{box-sizing:border-box}html{line-height:1.5;-webkit-text-size-adjust:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif}