Merge version_1 into main #1

Merged
development merged 13 commits from version_1 into main 2026-01-16 13:11:21 +00:00
Showing only changes of commit e70bed1b27 - Show all commits

9
tailwind.config.js Normal file
View File

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