From 6de1765d5672d9cdd531b6a01a36ff979751662f Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Fri, 14 Dec 2018 17:10:08 +1300 Subject: [PATCH 1/2] Upgrade Normalize.css from 8.0.0 to 8.0.1 --- dist/css/normalize.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dist/css/normalize.css b/dist/css/normalize.css index 47b010e477..192eb9ce43 100644 --- a/dist/css/normalize.css +++ b/dist/css/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ @@ -24,6 +24,14 @@ body { margin: 0; } +/** + * Render the `main` element consistently in IE. + */ + +main { + display: block; +} + /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. From 65efcad04635039d17425b803918a9f9a8c0635d Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Fri, 14 Dec 2018 18:59:12 +1300 Subject: [PATCH 2/2] Update Normalizecss version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d21354fae0..677c17f2b0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "main.css": "1.0.0", "mocha": "^5.2.0", "modernizr": "3.6.0", - "normalize.css": "8.0.0", + "normalize.css": "8.0.1", "run-sequence": "^2.2.1", "ssri": "^6.0.1", "strip-json-comments": "^2.0.1"