Skip to content

Commit

Permalink
css(pre): combine pre and code, kbd, sample declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
marella committed Jun 14, 2021
1 parent e0499f0 commit c054144
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions modernize.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
========================================================================== */

Expand Down Expand Up @@ -101,6 +91,7 @@ strong {
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre,
code,
kbd,
samp {
Expand Down

0 comments on commit c054144

Please sign in to comment.