From 1e4a1b5b5e668b03f079c0d2813871700aebd9a0 Mon Sep 17 00:00:00 2001 From: Miles Malerba Date: Fri, 11 Dec 2020 15:07:37 -0800 Subject: [PATCH] refactor(material/core): make typography normalization function private This was mistakenly made public in https://github.com/angular/components/pull/21059 --- src/material/core/typography/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/core/typography/_typography.scss b/src/material/core/typography/_typography.scss index e2e3151373a5..34b01030d609 100644 --- a/src/material/core/typography/_typography.scss +++ b/src/material/core/typography/_typography.scss @@ -78,7 +78,7 @@ // produces a normalized typography config for the 2014 Material Design typography system. // 2014 - https://material.io/archive/guidelines/style/typography.html#typography-styles // 2018 - https://material.io/design/typography/the-type-system.html#type-scale -@function mat-typography-normalized-config($config) { +@function mat-private-typography-normalized-config($config) { @if mat-private-typography-is-2018-config($config) { @return mat-typography-config( $display-3: map-get($config, display-1),