chore: move to tailwind v4

This commit is contained in:
2025-04-22 21:18:19 +02:00
parent e1bf435080
commit 81a8ce002c
8 changed files with 297 additions and 5521 deletions

View File

@@ -1,10 +1,9 @@
@tailwind base;
@tailwind components;
@import "tailwindcss";
.activenav {
@apply bg-gray-300;
@apply text-black;
@apply bg-gray-300;
@apply text-black;
}
* {
font-family: Athiti;
font-family: Athiti;
}
@tailwind utilities;