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

8
tailwind.config.js Normal file
View file

@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: []
};