Update postcss.config.mjs

This commit is contained in:
kleap-admin 2026-01-15 13:02:40 +00:00
parent 0c3c00a6f2
commit c82bd55173
1 changed files with 10 additions and 0 deletions

10
postcss.config.mjs Normal file
View File

@ -0,0 +1,10 @@
// PostCSS config
// Vercel: Empty (Turbopack has issues with @tailwindcss/postcss + lightningcss)
// CodeSandbox: Uses CDN (no PostCSS needed)
// NO IMPORTS - Turbopack resolves all imports even if conditional!
const config = {
plugins: {},
};
export default config;