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 89d9cd0 commit e57aef2Copy full SHA for e57aef2
src/material/expansion/_expansion-theme.scss
@@ -31,9 +31,6 @@
31
@if inspection.get-theme-version($theme) == 1 {
32
@include token-utils.create-token-values(map.get(m3-expansion.get-tokens($theme), typography));
33
} @else {
34
- // TODO(mmalerba): Stop calling this and resolve resulting screen diffs.
35
- $theme: inspection.private-get-typography-back-compat-theme($theme);
36
-
37
@include sass-utils.current-selector-or-root() {
38
@include token-utils.create-token-values-mixed(m2-expansion.get-typography-tokens($theme));
39
}
0 commit comments