From fd76af274d4c4d532a306c27fd02db18969e8375 Mon Sep 17 00:00:00 2001 From: Neil Abraham Date: Fri, 24 Apr 2020 11:59:13 +0100 Subject: [PATCH] Upgrade normalize.css to v8.0.1 (#1415) --- sass/_normalize.scss | 10 +++++++++- style-rtl.css | 9 ++++++++- style.css | 9 ++++++++- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/sass/_normalize.scss b/sass/_normalize.scss index a7301ab6..1fc00411 100644 --- a/sass/_normalize.scss +++ b/sass/_normalize.scss @@ -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. diff --git a/style-rtl.css b/style-rtl.css index c1d7a0f1..08db84f7 100644 --- a/style-rtl.css +++ b/style-rtl.css @@ -46,7 +46,7 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ # Normalize --------------------------------------------------------------*/ -/*! 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 ========================================================================== */ @@ -70,6 +70,13 @@ 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. diff --git a/style.css b/style.css index 330caca3..a655247c 100644 --- a/style.css +++ b/style.css @@ -46,7 +46,7 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ # Normalize --------------------------------------------------------------*/ -/*! 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 ========================================================================== */ @@ -70,6 +70,13 @@ 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.