-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Description
Reproduction URL
tailwindcss/packages/tailwindcss/preflight.css
Lines 33 to 42 in d7c8116
| font-family: var( | |
| --default-font-family, | |
| ui-sans-serif, | |
| system-ui, | |
| sans-serif, | |
| 'Apple Color Emoji', | |
| 'Segoe UI Emoji', | |
| 'Segoe UI Symbol', | |
| 'Noto Color Emoji' | |
| ); /* 4 */ |
Are these lines of code incorrect?
It should be?
font-family: var(--default-font-family),
ui-sans-serif,
system-ui,
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji',
'Segoe UI Symbol',
'Noto Color Emoji';Metadata
Metadata
Assignees
Labels
No labels