added tailwind

This commit is contained in:
Linus109
2025-11-24 22:06:55 +01:00
parent d3a13321c7
commit 56ae3a1b2d
12 changed files with 1010 additions and 44 deletions

3
global.css Normal file
View File

@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;