Merge version_1 into main #1

Merged
development merged 12 commits from version_1 into main 2026-01-16 13:39:04 +00:00
Showing only changes of commit ac493d641e - 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: [],
}