biome, bun, tailwind v4

This commit is contained in:
z0x 2024-12-31 01:18:25 -05:00
parent ed8d366df6
commit 678fa26c76
16 changed files with 64 additions and 7977 deletions

View file

@ -1,12 +1,13 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "tailwindcss";
@layer base {
@font-face {
font-family: "sf-pro";
font-style: normal;
font-display: swap;
src: url(/src/fonts/SF-Pro.woff2) format("woff2");
}
@theme {
--font-sfpro: "sf-pro", sans-serif;
}
@font-face {
font-family: "sf-pro";
src: url("/fonts/SF-Pro.woff2") format("woff2");
font-weight: normal;
font-style: normal;
font-display: block;
}