Update postcss.config.mjs

This commit is contained in:
kleap-admin 2026-01-16 15:56:38 +00:00
parent 838c8a181d
commit d35842ec0a
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;