Use toRem fn

This commit is contained in:
Christian Cueni 2020-06-03 07:09:06 +02:00
parent c4943c8975
commit 7685fb7599
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ input, textarea, select, button {
}
.tiny {
font-size: 0.6875rem; //11px
font-size: toRem(11px);
font-family: $sans-serif-font-family;
font-weight: $font-weight-regular;
color: $color-silver-dark;