Added custom breakpoints

This commit is contained in:
Imad Saddik 2025-12-15 22:01:15 +01:00
parent cb2926b904
commit 20f5f32d4d
1 changed files with 3 additions and 0 deletions

View File

@ -114,6 +114,9 @@
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
--color-sidebar-border: var(--sidebar-border);
--color-sidebar-ring: var(--sidebar-ring);
--breakpoint-3xl: 120rem; /* 1920px */
--breakpoint-4xl: 150rem; /* 2400px */
--breakpoint-5xl: 180rem; /* 2880px */
}
@layer base {