Skip to content

Commit b0f2619

Browse files
committed
Tailwind
1 parent accd0a7 commit b0f2619

File tree

11 files changed

+574
-103
lines changed

11 files changed

+574
-103
lines changed

craco.config.js

Lines changed: 7 additions & 0 deletions
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)