wip monorepo

This commit is contained in:
2025-11-04 23:16:21 -03:00
parent 83d48259d6
commit b85aead0d4
56 changed files with 6308 additions and 476 deletions

View File

@@ -1,15 +0,0 @@
@import "tailwindcss" source(".");
@theme {
--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
html,
body {
@apply bg-white dark:bg-gray-950;
@media (prefers-color-scheme: dark) {
color-scheme: dark;
}
}