Files
ihp-railiance-probe/static/app.css
tegwick 68aad9d882 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>
2026-05-03 13:30:23 +02:00

3 lines
298 B
CSS

/* 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}