Initial commit

This commit is contained in:
Marco Realacci 2023-09-29 02:25:51 +02:00
parent 78d8503304
commit 35dc9ea7ce
23 changed files with 2229 additions and 0 deletions

6
postcss.config.js Normal file
View file

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