style(new): ui *

This commit is contained in:
Eshan Roy
2024-12-07 19:57:20 +05:30
parent d5b90950f2
commit 8b818a4a6a
24 changed files with 5964 additions and 0 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};