initial commit

This commit is contained in:
2023-04-04 20:58:26 +02:00
parent 1259264531
commit b7034a0205
23 changed files with 8661 additions and 427 deletions

6
postcss.config.js Normal file
View File

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