This commit is contained in:
sparshg
2024-09-13 01:47:01 +05:30
commit 0649cf1cdc
27 changed files with 6587 additions and 0 deletions

6
app/postcss.config.js Normal file
View File

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