Skip to content

Commit 3791883

Browse files
committed
Revert "add missing max-w-screen-* utilities"
This reverts commit 0c68e89.
1 parent 4020200 commit 3791883

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -346,11 +346,6 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
346346
--width-6xl: 72rem;
347347
--width-7xl: 80rem;
348348
--width-prose: 65ch;
349-
--max-width-screen-sm: 40rem;
350-
--max-width-screen-md: 48rem;
351-
--max-width-screen-lg: 64rem;
352-
--max-width-screen-xl: 80rem;
353-
--max-width-screen-2xl: 96rem;
354349
--font-family-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
355350
--font-family-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
356351
--font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

packages/tailwindcss/src/__snapshots__/index.test.ts.snap

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,6 @@ exports[`compiling CSS > \`@tailwind utilities\` is replaced by utilities using
345345
--width-6xl: 72rem;
346346
--width-7xl: 80rem;
347347
--width-prose: 65ch;
348-
--max-width-screen-sm: 40rem;
349-
--max-width-screen-md: 48rem;
350-
--max-width-screen-lg: 64rem;
351-
--max-width-screen-xl: 80rem;
352-
--max-width-screen-2xl: 96rem;
353348
--font-family-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
354349
--font-family-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
355350
--font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

packages/tailwindcss/theme.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -364,13 +364,6 @@
364364
--width-7xl: 80rem;
365365
--width-prose: 65ch;
366366

367-
/* Max widths */
368-
--max-width-screen-sm: 40rem;
369-
--max-width-screen-md: 48rem;
370-
--max-width-screen-lg: 64rem;
371-
--max-width-screen-xl: 80rem;
372-
--max-width-screen-2xl: 96rem;
373-
374367
/* Fonts */
375368
--font-family-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
376369
'Segoe UI Symbol', 'Noto Color Emoji';

0 commit comments

Comments
 (0)