We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc6aec commit 89d5790Copy full SHA for 89d5790
src/material/core/typography/_typography.scss
@@ -78,7 +78,7 @@
78
// produces a normalized typography config for the 2014 Material Design typography system.
79
// 2014 - https://material.io/archive/guidelines/style/typography.html#typography-styles
80
// 2018 - https://material.io/design/typography/the-type-system.html#type-scale
81
-@function mat-typography-normalized-config($config) {
+@function mat-private-typography-normalized-config($config) {
82
@if mat-private-typography-is-2018-config($config) {
83
@return mat-typography-config(
84
$display-3: map-get($config, display-1),
0 commit comments