Skip to content

Commit d973d23

Browse files
Isaiah-Hamiltonphamhieu
authored andcommitted
Update craco.config.js
1 parent 77932bf commit d973d23

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module.exports = {
2-
style: {
3-
postcss: {
4-
plugins: [
5-
require("@tailwindcss/postcss7-compat"),
6-
require("autoprefixer")
7-
],
2+
style: {
3+
postcss: {
4+
plugins: [
5+
require("@tailwindcss/postcss7-compat"),
6+
require("autoprefixer"),
7+
],
8+
},
89
},
9-
},
1010
};

0 commit comments

Comments
 (0)