Skip to content

Commit

Permalink
fix(typography): change $styles font-size to a Number
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 326016120
  • Loading branch information
asyncLiz authored and Copybara-Service committed Aug 11, 2020
1 parent 7acdb61 commit 6d1ea97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-typography/_typography.scss
Expand Up @@ -49,7 +49,7 @@
}

@function pxToRem($px) {
@return #{$px / 16px}rem;
@return $px / 16px * 1rem;
}

$font-family: string.unquote('Roboto, sans-serif') !default;
Expand Down

0 comments on commit 6d1ea97

Please sign in to comment.