generated from coulomb/repo-seed
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>
3 lines
298 B
CSS
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}
|