added tailwindcss

This commit is contained in:
2025-08-12 12:25:46 +02:00
parent 500953f9ad
commit bfa70ef14e
11 changed files with 1281 additions and 253 deletions

View File

@@ -0,0 +1,10 @@
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
// add other paths if needed
],
theme: {
extend: {},
},
plugins: [],
};