feat: 🎉 Setup project using configured @shadcn template

This commit is contained in:
thebeyondr
2023-05-29 12:41:46 -05:00
parent 1551dbec21
commit 9b7e823b1f
35 changed files with 3816 additions and 2 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}