Update postcss.config.mjs
This commit is contained in:
parent
838c8a181d
commit
d35842ec0a
|
|
@ -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