Skip to content

Commit 2aecdae

Browse files
MartijnCuppensphilipp-spiess
authored andcommitted
Remove redundant line height from body
1 parent d7c8116 commit 2aecdae

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
@@ -43,10 +43,6 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
4343
-webkit-tap-highlight-color: transparent;
4444
}
4545
46-
body {
47-
line-height: inherit;
48-
}
49-
5046
hr {
5147
height: 0;
5248
color: inherit;

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)