Skip to content

Commit c9d76a8

Browse files
committed
WIP: css
1 parent ae75ae4 commit c9d76a8

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
@import '@material/list/mixins.import';
2+
@import '../mdc-helpers/mdc-helpers';
3+
14
@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+
}
28
}
39

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+
}
514
}
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
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);

0 commit comments

Comments
 (0)