Skip to content

Commit b3107c0

Browse files
committed
fixup! refactor(material/theming): normalize config in all typography mixins for mdc components
1 parent 871dff2 commit b3107c0

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
@@ -126,7 +126,7 @@
126126
@if $config == null {
127127
@return null;
128128
}
129-
@if private-typography-is-2014-config($config) {
129+
@if not private-typography-is-2018-config($config) {
130130
@return (
131131
headline-1: map.get($config, display-4),
132132
headline-2: map.get($config, display-3),

0 commit comments

Comments
 (0)