Update postcss.config.mjs
This commit is contained in:
parent
0c3c00a6f2
commit
c82bd55173
|
|
@ -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;
|
||||||
Loading…
Reference in New Issue