Index: stcss.config.js
===================================================================
--- postcss.config.js	(revision bac34a33d519ff8091900f9c3b08be1b5d88adf5)
+++ 	(revision )
@@ -1,6 +1,0 @@
-export default {
-  plugins: {
-    '@tailwindcss/postcss': {},
-    // autoprefixer is no longer needed in v4, as it's included by default with LightningCSS
-  },
-};
Index: postcss.config.mjs
===================================================================
--- postcss.config.mjs	(revision f0782235f4beaa0e6bf29459053a5550d9575048)
+++ postcss.config.mjs	(revision f0782235f4beaa0e6bf29459053a5550d9575048)
@@ -0,0 +1,6 @@
+export default {
+  plugins: {
+    '@tailwindcss/postcss': {},
+    // autoprefixer is no longer needed in v4, as it's included by default with LightningCSS
+  },
+};
