Skip to content

Commit 4d2ed1a

Browse files
committed
Fix broken test
1 parent bce2ecd commit 4d2ed1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/@tailwindcss-postcss/src/__snapshots__/index.test.ts.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
1111
--default-mono-font-family: var(--font-family-mono);
1212
--default-mono-font-feature-settings: var(--font-family-mono--font-feature-settings);
1313
--default-mono-font-variation-settings: var(--font-family-mono--font-variation-settings);
14-
--breakpoint-sm: 640px;
15-
--breakpoint-md: 768px;
16-
--breakpoint-lg: 1024px;
17-
--breakpoint-xl: 1280px;
18-
--breakpoint-2xl: 1536px;
14+
--breakpoint-sm: 40rem;
15+
--breakpoint-md: 48rem;
16+
--breakpoint-lg: 64rem;
17+
--breakpoint-xl: 80rem;
18+
--breakpoint-2xl: 96rem;
1919
--color-black: #000;
2020
--color-white: #fff;
2121
--color-slate-50: #f8fafc;

0 commit comments

Comments
 (0)