galaxis-po/frontend/postcss.config.mjs
zephyrdark e14c5181ec fix(frontend): remove unused autoprefixer from postcss config
Tailwind CSS v4 with @tailwindcss/postcss includes autoprefixer

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 23:16:57 +09:00

8 lines
94 B
JavaScript

const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;