We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d5790 commit 2c47ecbCopy full SHA for 2c47ecb
src/material/grid-list/_grid-list-theme.scss
@@ -1,5 +1,6 @@
1
@import '../core/theming/palette';
2
@import '../core/theming/theming';
3
+@import '../core/typography/typography';
4
@import '../core/typography/typography-utils';
5
@import '../core/style/list-common';
6
@@ -8,6 +9,7 @@
8
9
@mixin mat-grid-list-color($config-or-theme) {}
10
11
@mixin mat-grid-list-typography($config-or-theme) {
12
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
13
$config: mat-get-typography-config($config-or-theme);
14
.mat-grid-tile-header,
15
.mat-grid-tile-footer {
0 commit comments