feat: tailwind setup

This commit is contained in:
Louis
2023-11-17 18:50:05 +01:00
parent 2925b17507
commit b62fbe505b
6 changed files with 690 additions and 68 deletions

6
postcss.config.js Normal file
View File

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