Skip to content

Commit 89d5790

Browse files
authored
refactor(material/core): make typography normalization function private (#21286)
This was mistakenly made public in #21059
1 parent 8fc6aec commit 89d5790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/core/typography/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
// produces a normalized typography config for the 2014 Material Design typography system.
7979
// 2014 - https://material.io/archive/guidelines/style/typography.html#typography-styles
8080
// 2018 - https://material.io/design/typography/the-type-system.html#type-scale
81-
@function mat-typography-normalized-config($config) {
81+
@function mat-private-typography-normalized-config($config) {
8282
@if mat-private-typography-is-2018-config($config) {
8383
@return mat-typography-config(
8484
$display-3: map-get($config, display-1),

0 commit comments

Comments
 (0)