Skip to content

Commit

Permalink
fix(material/list): Emit tokens under mixin root selector (#27711)
Browse files Browse the repository at this point in the history
  • Loading branch information
amysorto authored Sep 19, 2023
1 parent 31187ab commit c7db496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/material/list/_list-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
$mdc-list-color-tokens: tokens-mdc-list.get-color-tokens($theme);

// Add values for MDC list tokens.
.mat-mdc-list-base {
@include sass-utils.current-selector-or-root() {
@include mdc-list-theme.theme($mdc-list-color-tokens);
}

Expand Down Expand Up @@ -79,7 +79,7 @@
$mdc-list-density-tokens: tokens-mdc-list.get-density-tokens($theme);

// Add values for MDC list tokens.
.mat-mdc-list-base {
@include sass-utils.current-selector-or-root() {
@include mdc-list-theme.theme($mdc-list-density-tokens);
}

Expand Down Expand Up @@ -119,7 +119,7 @@
$mdc-list-typography-tokens: tokens-mdc-list.get-typography-tokens($theme);

// Add values for MDC list tokens.
.mat-mdc-list-base {
@include sass-utils.current-selector-or-root() {
@include mdc-list-theme.theme($mdc-list-typography-tokens);
}

Expand Down

0 comments on commit c7db496

Please sign in to comment.