Initial commit WIP

This commit is contained in:
Jakob Kordež
2024-06-22 15:02:05 +02:00
commit 933deccca5
34 changed files with 4835 additions and 0 deletions

9
tailwind.config.js Normal file
View File

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