installed tailwind css

This commit is contained in:
2025-08-11 12:23:31 +02:00
parent 1356775e07
commit cb5df58a37
7 changed files with 1125 additions and 246 deletions

View File

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