We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c8116 commit 2aecdaeCopy full SHA for 2aecdae
packages/@tailwindcss-postcss/src/__snapshots__/index.test.ts.snap
@@ -43,10 +43,6 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
43
-webkit-tap-highlight-color: transparent;
44
}
45
46
- body {
47
- line-height: inherit;
48
- }
49
-
50
hr {
51
height: 0;
52
color: inherit;
packages/tailwindcss/preflight.css
@@ -45,14 +45,6 @@ html,
-webkit-tap-highlight-color: transparent; /* 7 */
-/*
- Inherit line-height from `html` so users can set them as a class directly on the `html` element.
-*/
-body {
53
54
-}
55
56
/*
57
1. Add the correct height in Firefox.
58
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
0 commit comments