🐛 cleanup repo

This commit is contained in:
2025-07-29 12:42:43 +02:00
parent e555e280fe
commit 3a0554de87
24 changed files with 0 additions and 54 deletions

8
tailwind.config.mjs Normal file
View File

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