This commit is contained in:
h z
2025-05-05 22:35:22 +01:00
commit f5b3b54a5a
22 changed files with 1196 additions and 0 deletions

10
tailwind.config.js Normal file
View File

@@ -0,0 +1,10 @@
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}