Skip to content

Commit 2a4eabf

Browse files
committed
⚙️ Fix: React dependencies and updated package.json
1 parent 675fd98 commit 2a4eabf

File tree

5 files changed

+23253
-35324
lines changed

5 files changed

+23253
-35324
lines changed

craco.config.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// craco.config.js
22
module.exports = {
3-
style: {
4-
postcss: {
5-
plugins: [require("tailwindcss"), require("autoprefixer")],
6-
},
3+
style: {
4+
postcssOptions: {
5+
plugins: [require('tailwindcss'), require('autoprefixer')],
76
},
8-
};
7+
},
8+
};

0 commit comments

Comments
 (0)