We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11d2b5 commit b74b381Copy full SHA for b74b381
__tests__/fixtures/tailwind-output.css
@@ -1,4 +1,4 @@
1
-/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
+/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
2
3
/* Document
4
========================================================================== */
@@ -24,6 +24,14 @@ body {
24
margin: 0;
25
}
26
27
+/**
28
+ * Render the `main` element consistently in IE.
29
+ */
30
+
31
+main {
32
+ display: block;
33
+}
34
35
/**
36
* Correct the font size and margin on `h1` elements within `section` and
37
* `article` contexts in Chrome, Firefox, and Safari.
0 commit comments