Skip to content

Commit 49130f6

Browse files
Richienbroblarsen
authored andcommitted
Upgrade Normalize.css from 8.0.0 to 8.0.1 (#2104)
* Upgrade Normalize.css from 8.0.0 to 8.0.1 * Update Normalizecss version
1 parent c8767e3 commit 49130f6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

dist/css/normalize.css

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
1+
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
22

33
/* Document
44
========================================================================== */
@@ -24,6 +24,14 @@ body {
2424
margin: 0;
2525
}
2626

27+
/**
28+
* Render the `main` element consistently in IE.
29+
*/
30+
31+
main {
32+
display: block;
33+
}
34+
2735
/**
2836
* Correct the font size and margin on `h1` elements within `section` and
2937
* `article` contexts in Chrome, Firefox, and Safari.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"main.css": "1.0.0",
2323
"mocha": "^5.2.0",
2424
"modernizr": "3.6.0",
25-
"normalize.css": "8.0.0",
25+
"normalize.css": "8.0.1",
2626
"run-sequence": "^2.2.1",
2727
"ssri": "^6.0.1",
2828
"strip-json-comments": "^2.0.1"

0 commit comments

Comments
 (0)