ybt | 02e716d | 2025-04-15 17:19:32 +0800 | [diff] [blame^] | 1 | @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 | } |