Burn it all to the ground and start with bun and a reorg
This commit is contained in:
17
src/styles/globals.css
Normal file
17
src/styles/globals.css
Normal file
@@ -0,0 +1,17 @@
|
||||
@import "tailwindcss";
|
||||
@plugin "@tailwindcss/typography";
|
||||
|
||||
@plugin "daisyui" {
|
||||
themes: light --default, dark --prefersdark;
|
||||
}
|
||||
|
||||
@theme {
|
||||
--font-sans: var(--font-fira-sans), ui-sans-serif, system-ui, sans-serif,
|
||||
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
|
||||
@custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));
|
||||
|
||||
@utility btn {
|
||||
@apply shadow-none bg-transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user