From c0541440fb78d66cc5e24fe56add788befde23ea Mon Sep 17 00:00:00 2001 From: Ravindra Marella Date: Mon, 14 Jun 2021 13:46:06 +0530 Subject: [PATCH] css(pre): combine pre and code, kbd, sample declarations See necolas/normalize.css#773 --- modernize.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/modernize.css b/modernize.css index 05d9ecb..8e83f3d 100644 --- a/modernize.css +++ b/modernize.css @@ -55,16 +55,6 @@ hr { overflow: visible; /* 2 */ } -/** - * 1. Correct the inheritance and scaling of font size in all browsers. - * 2. Correct the odd `em` font sizing in all browsers. - */ - -pre { - font-family: monospace, monospace; /* 1 */ - font-size: 1em; /* 2 */ -} - /* Text-level semantics ========================================================================== */ @@ -101,6 +91,7 @@ strong { * 2. Correct the odd `em` font sizing in all browsers. */ +pre, code, kbd, samp {