We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4e93d commit bce2ecdCopy full SHA for bce2ecd
packages/tailwindcss/theme.css
@@ -10,11 +10,11 @@
10
--default-mono-font-variation-settings: var(--font-family-mono--font-variation-settings);
11
12
/* Breakpoints */
13
- --breakpoint-sm: 640px;
14
- --breakpoint-md: 768px;
15
- --breakpoint-lg: 1024px;
16
- --breakpoint-xl: 1280px;
17
- --breakpoint-2xl: 1536px;
+ --breakpoint-sm: 40rem;
+ --breakpoint-md: 48rem;
+ --breakpoint-lg: 64rem;
+ --breakpoint-xl: 80rem;
+ --breakpoint-2xl: 96rem;
18
19
/* Colors */
20
--color-black: #000;
0 commit comments