Commit graph

2 commits

Author SHA1 Message Date
fullsizemalt
60085da01b fix(build): Hardcode colors in tailwind.config.cjs
Some checks are pending
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
- Replaced tailwindcss/colors require with hardcoded values to bypass module loading issues
- Finalized Stone/Lime palette implementation
- This resolves persistence build failures on the remote
2025-12-19 15:41:42 -08:00
fullsizemalt
77e9dd7e70 fix(build): Convert tailwind config to CJS
Some checks are pending
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
- Renamed tailwind.config.ts to .cjs to force CommonJS loading
- Switched to require() syntax to bypass ESM loader issues in PostCSS
2025-12-19 15:39:42 -08:00
Renamed from frontend/tailwind.config.ts (Browse further)