Add shadcn/ui

This commit is contained in:
2024-12-01 10:25:07 +01:00
parent 80e1f50acc
commit 8c13f50378
9 changed files with 126 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
--radius: 0.5rem;
}
}