Commit graph

2 commits

Author SHA1 Message Date
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
fullsizemalt
897693d89b fix(design): Convert tailwind.config to TS and fix theme extension
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.js to tailwind.config.ts to resolve ESM import issues
- Correctly wrapped Design OS palette in 'theme.extend' to preserve default utilities
- Fixed syntax errors preventing build
2025-12-19 15:37:48 -08:00