Skip to content

Commit 39582ec

Browse files
committed
Add tailwind css and configs
1 parent 6881d79 commit 39582ec

File tree

6 files changed

+16052
-67
lines changed

6 files changed

+16052
-67
lines changed

craco.config.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
style: {
3+
postcss: {
4+
plugins: [require('tailwindcss'), require('autoprefixer')],
5+
},
6+
},
7+
};

0 commit comments

Comments
 (0)