generated from coulomb/repo-seed
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:
2
static/app.css
Normal file
2
static/app.css
Normal 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}
|
||||
Reference in New Issue
Block a user