Skip to content

Commit

Permalink
fix(material-experimental/mdc-typography): change transform to none (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin authored Feb 19, 2021
1 parent ce7b92f commit 79708d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-helpers/_mdc-helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ $mat-typography-2018-level-mappings: (
letter-spacing: mat-letter-spacing($mat-config, $mat-level),
font-family: mat-font-family($mat-config, $mat-level),
// Angular Material doesn't use text-transform, so disable it.
text-transform: null,
text-transform: none,
),
()));

Expand Down

0 comments on commit 79708d4

Please sign in to comment.