Skip to content

Commit 9e60867

Browse files
crisbetowagnermaciel
authored andcommitted
fix(material/core): typography-hierarchy mixin not exposed (#22752)
Fixes that the `typography-hierarchy` mixin wasn't exposed in the new theming index file. Fixes #22737. (cherry picked from commit a1d3467)
1 parent f564961 commit 9e60867

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/material/_index.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
$amber-palette, $orange-palette, $deep-orange-palette, $brown-palette, $grey-palette,
1010
$gray-palette, $blue-grey-palette, $blue-gray-palette, $light-theme-background-palette,
1111
$dark-theme-background-palette, $light-theme-foreground-palette, $dark-theme-foreground-palette;
12-
@forward './core/typography/typography' show define-typography-level, define-typography-config;
12+
@forward './core/typography/typography' show define-typography-level, define-typography-config,
13+
typography-hierarchy;
1314
@forward './core/typography/typography-utils' show typography-level,
1415
font-size, line-height, font-weight, letter-spacing, font-family, font-shorthand;
1516

0 commit comments

Comments
 (0)