Skip to content

Commit 73dd422

Browse files
Remove redundant line height from body
1 parent 4bdc724 commit 73dd422

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -395,10 +395,6 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
395395
-webkit-tap-highlight-color: transparent;
396396
}
397397
398-
body {
399-
line-height: inherit;
400-
}
401-
402398
hr {
403399
color: inherit;
404400
border-top-width: 1px;

packages/tailwindcss/preflight.css

-8
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ html,
4545
-webkit-tap-highlight-color: transparent; /* 7 */
4646
}
4747

48-
/*
49-
Inherit line-height from `html` so users can set them as a class directly on the `html` element.
50-
*/
51-
52-
body {
53-
line-height: inherit;
54-
}
55-
5648
/*
5749
1. Add the correct height in Firefox.
5850
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)

0 commit comments

Comments
 (0)