Initial commit

This commit is contained in:
Esa Kataja
2024-10-11 19:44:42 +03:00
commit 8435186706
17 changed files with 2630 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: []
};