From f8ab3f4844775e560c7948debcac05b73158a108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20St=C3=BCckler?= Date: Mon, 2 Dec 2019 16:39:17 +0100 Subject: [PATCH] fix: update to normalize v8.0.1 --- normalize.styl | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/normalize.styl b/normalize.styl index af84a3e..cee82b5 100644 --- a/normalize.styl +++ b/normalize.styl @@ -22,6 +22,13 @@ html 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/package.json b/package.json index f5d58dc..20d4482 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalize-styl", - "version": "8.0.0", + "version": "8.0.1", "description": "Stylus version of normalize.css", "main": "normalize.styl", "repository": {