Env: Add tailwindcss + prettier

This commit is contained in:
2024-12-09 18:16:06 +01:00
parent 751b390f19
commit a5470618dd
10 changed files with 1621 additions and 57 deletions

6
postcss.config.js Normal file
View File

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