Second commit because first was to initialize

This commit is contained in:
2025-07-11 20:39:35 +03:00
parent cbbe43a691
commit 44f586cb66
299 changed files with 1888 additions and 4256 deletions

View File

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