Skip to content

Commit 79708d4

Browse files
authored
fix(material-experimental/mdc-typography): change transform to none (#21964)
1 parent ce7b92f commit 79708d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-helpers/_mdc-helpers.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $mat-typography-2018-level-mappings: (
112112
letter-spacing: mat-letter-spacing($mat-config, $mat-level),
113113
font-family: mat-font-family($mat-config, $mat-level),
114114
// Angular Material doesn't use text-transform, so disable it.
115-
text-transform: null,
115+
text-transform: none,
116116
),
117117
()));
118118

0 commit comments

Comments
 (0)