Import drizzle replacing prisma

Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
2024-04-20 00:03:10 +02:00
parent a7f0a635ec
commit c6ba8c791b
108 changed files with 2367 additions and 1554 deletions

17
assets/css/tailwind.css Normal file
View File

@@ -0,0 +1,17 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.max-w-9xl {
max-width: 96rem;
}
.w-container {
@apply mx-auto max-w-9xl px-4 lg:px-32 md:px-16 sm:px-8;
}
.text-subtitle {
@apply text-zinc-600 dark:text-zinc-400 text-base
}
}