Add tailwind to app-frontend (#2234)

This commit is contained in:
Mars
2024-08-22 00:21:45 -04:00
committed by GitHub
parent f73ed1213f
commit 4d0407a3b3
9 changed files with 228 additions and 418 deletions

View File

@@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
font-family: var(--font-standard);
color-scheme: dark;