We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7b92f commit 79708d4Copy full SHA for 79708d4
src/material-experimental/mdc-helpers/_mdc-helpers.scss
@@ -112,7 +112,7 @@ $mat-typography-2018-level-mappings: (
112
letter-spacing: mat-letter-spacing($mat-config, $mat-level),
113
font-family: mat-font-family($mat-config, $mat-level),
114
// Angular Material doesn't use text-transform, so disable it.
115
- text-transform: null,
+ text-transform: none,
116
),
117
()));
118
0 commit comments