Skip to content

Commit 3f4721f

Browse files
andrewseguinAndrew Seguin
authored andcommitted
refactor: remove unused typography var
1 parent 61a6dd6 commit 3f4721f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/core/m2/_theming.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@
202202
$primary: map.get($result, primary) or map.get($result, color, primary) or ();
203203
$accent: map.get($result, accent) or map.get($result, color, accent) or ();
204204
$warn: map.get($result, warn) or map.get($result, color, warn) or ();
205-
$typography: map.get($result, typography) or ();
206205
$theme: map.set($theme, _mat-system, _define-system($primary, $accent, $warn, $is-dark));
207206
@return $theme;
208207
}

0 commit comments

Comments
 (0)