We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bdc724 commit 73dd422Copy full SHA for 73dd422
packages/@tailwindcss-postcss/src/__snapshots__/index.test.ts.snap
@@ -395,10 +395,6 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
395
-webkit-tap-highlight-color: transparent;
396
}
397
398
- body {
399
- line-height: inherit;
400
- }
401
-
402
hr {
403
color: inherit;
404
border-top-width: 1px;
packages/tailwindcss/preflight.css
@@ -45,14 +45,6 @@ html,
45
-webkit-tap-highlight-color: transparent; /* 7 */
46
47
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
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