Sayedev commited on
Commit
7f0d800
·
verified ·
1 Parent(s): 67aa2b7

Delete postcss.config.mjs

Browse files
Files changed (1) hide show
  1. postcss.config.mjs +0 -8
postcss.config.mjs DELETED
@@ -1,8 +0,0 @@
1
- /** @type {import('postcss-load-config').Config} */
2
- const config = {
3
- plugins: {
4
- tailwindcss: {},
5
- },
6
- };
7
-
8
- export default config;