File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
src/material-experimental/mdc-list Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ @import ' @material/list/mixins.import' ;
2
+ @import ' ../mdc-helpers/mdc-helpers' ;
3
+
1
4
@mixin mat-list-theme-mdc ($theme ) {
5
+ @include mat-using-mdc-theme ($theme ) {
6
+ @include mdc-list-without-ripple ($query : $mat-theme-styles-query );
7
+ }
2
8
}
3
9
4
- @mixin mat-list-typography-mdc ($config ) {
10
+ @mixin mat-list-typography-mdc ($config : null) {
11
+ @include mat-using-mdc-typography ($config ) {
12
+ @include mdc-list-without-ripple ($query : $mat-typography-styles-query );
13
+ }
5
14
}
Original file line number Diff line number Diff line change 1
- // TODO: implement.
1
+ @import ' @material/list/mixins.import' ;
2
+ @import ' ../mdc-helpers/mdc-helpers' ;
3
+
4
+ @include mdc-list-without-ripple ($query : $mat-base-styles-query );
You can’t perform that action at this time.
0 commit comments