Switch custom breakpoints to rems to avoid precedence issues

This commit is contained in:
Sam Becker 2025-03-11 23:12:05 -05:00
parent 33d28cc4f6
commit 2a04f23130

View File

@ -10,8 +10,8 @@
@theme {
--font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
--breakpoint-xs: 390px;
--breakpoint-3xl: 1640px;
--breakpoint-xs: 24.5rem;
--breakpoint-3xl: 102rem;
--text-xs: 0.75rem;
--text-xs--line-height: 1rem;