Remove font-size mixin (#1413)

This commit is contained in:
Neil Abraham 2020-04-23 17:16:40 +01:00 committed by GitHub
parent a4dae93801
commit 4909e965c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 5 additions and 28 deletions

View file

@ -20,8 +20,7 @@ address {
pre {
background: $color__background-pre;
font-family: $font__pre;
@include font-size(0.9375);
font-size: 0.9375rem;
line-height: $font__line-height-pre;
margin-bottom: 1.6em;
max-width: 100%;
@ -34,8 +33,7 @@ kbd,
tt,
var {
font-family: $font__code;
@include font-size(0.9375);
font-size: 0.9375rem;
}
abbr,

View file

@ -6,8 +6,7 @@ optgroup,
textarea {
color: $color__text-main;
font-family: $font__main;
@include font-size(1);
font-size: 1rem;
line-height: $font__line-height-body;
}