Skip to content

Commit bce2ecd

Browse files
authored
Switch breakpoints to rem tailwindlabs#8378
1 parent 9b4e93d commit bce2ecd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/tailwindcss/theme.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
--default-mono-font-variation-settings: var(--font-family-mono--font-variation-settings);
1111

1212
/* Breakpoints */
13-
--breakpoint-sm: 640px;
14-
--breakpoint-md: 768px;
15-
--breakpoint-lg: 1024px;
16-
--breakpoint-xl: 1280px;
17-
--breakpoint-2xl: 1536px;
13+
--breakpoint-sm: 40rem;
14+
--breakpoint-md: 48rem;
15+
--breakpoint-lg: 64rem;
16+
--breakpoint-xl: 80rem;
17+
--breakpoint-2xl: 96rem;
1818

1919
/* Colors */
2020
--color-black: #000;

0 commit comments

Comments
 (0)