finish page
All checks were successful
Push to cloudflare pages / deploy (push) Successful in 46s

This commit is contained in:
Lara 2025-01-25 17:46:08 +02:00
parent b8e14c8370
commit 11cedc0abd
12 changed files with 584 additions and 186 deletions

6
postcss.config.js Normal file
View file

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