Commit Graph

2 Commits

Author SHA1 Message Date
Kunthawat Greethong
f934a18490 fix: Remove autoprefixer from PostCSS config
- autoprefixer not installed and not needed for Tailwind 4
- Tailwind 4 includes autoprefixing built-in
- Fixes: Cannot find module 'autoprefixer'
2026-03-03 13:04:36 +07:00
Kunthawat Greethong
87ec3846c9 fix: Rename postcss.config.js to .cjs (ES module compatibility)
- Astro 5.x uses ES modules
- postcss.config.js was CommonJS syntax
- Rename to .cjs to fix build error
- Fixes: module is not defined in ES module scope
2026-03-03 12:36:49 +07:00