added tailwind design classes, and installed tailwindcss properly.

This commit is contained in:
2025-07-29 22:57:22 +02:00
parent 3530d0e37f
commit bf8c270171
7 changed files with 691 additions and 85 deletions

View File

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