This commit is contained in:
root
2023-07-29 22:17:22 +02:00
parent d6cbc9bc0f
commit 65a0be1350
28 changed files with 627 additions and 3 deletions

6
postcss.config.js Normal file
View File

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