blob: be7c9ceb5a0401ed688f177ff1b24d235c11d6c0 [file] [log] [blame]
ybt02e716d2025-04-15 17:19:32 +08001@tailwind base;
2@tailwind components;
3@tailwind utilities;
4
5@layer base {
6 body {
7 @apply m-0 font-sans antialiased;
8 -webkit-font-smoothing: antialiased;
9 -moz-osx-font-smoothing: grayscale;
10 }
11
12 code {
13 @apply font-mono;
14 }
15}