Add some style

This commit is contained in:
Laurent
2024-10-11 23:00:41 +02:00
parent d505530c1c
commit 7f4070fda8
13 changed files with 324 additions and 2 deletions

11
tailwind.config.ts Normal file
View File

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