Skip to content

Commit 8146322

Browse files
authored
Merge pull request realstoman#1 from NangialaiStoman/packages
Add Packages
2 parents 6881d79 + 91769fd commit 8146322

File tree

6 files changed

+16058
-67
lines changed

6 files changed

+16058
-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)