Spaces:
Build error
Build error
Update postcss.config.mjs
Browse files- postcss.config.mjs +5 -5
postcss.config.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
plugins:
|
| 3 |
-
}
|
| 4 |
-
|
| 5 |
-
|
|
|
|
| 1 |
+
export default {
|
| 2 |
+
plugins: {
|
| 3 |
+
'@tailwindcss/postcss': {},
|
| 4 |
+
},
|
| 5 |
+
};
|