We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae75ae4 commit c9d76a8Copy full SHA for c9d76a8
src/material-experimental/mdc-list/_list-theme.scss
@@ -1,5 +1,14 @@
1
+@import '@material/list/mixins.import';
2
+@import '../mdc-helpers/mdc-helpers';
3
+
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
+ }
8
}
9
-@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
14
src/material-experimental/mdc-list/list.scss
@@ -1 +1,4 @@
-// TODO: implement.
+@include mdc-list-without-ripple($query: $mat-base-styles-query);
0 commit comments