prithivMLmods
commited on
Commit
•
83400f6
1
Parent(s):
31d89ce
Upload postcss.config.js
Browse files- postcss.config.js +6 -0
postcss.config.js
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
export default {
|
2 |
+
plugins: {
|
3 |
+
tailwindcss: {},
|
4 |
+
autoprefixer: {},
|
5 |
+
},
|
6 |
+
};
|