Spaces:
Running
Running
Commit
·
83ee865
1
Parent(s):
827900c
Fix PostCSS config to use CommonJS syntax
Browse files
frontend/postcss.config.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
plugins: {
|
3 |
tailwindcss: {},
|
4 |
autoprefixer: {},
|
|
|
1 |
+
module.exports = {
|
2 |
plugins: {
|
3 |
tailwindcss: {},
|
4 |
autoprefixer: {},
|