File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5
5
@use ' ../core/tokens/m2/mat/divider' as tokens-mat-divider ;
6
6
7
7
@mixin base ($theme ) {
8
- // TODO(mmalerba): Move divider base tokens here
8
+ @include sass-utils .current-selector-or-root () {
9
+ @include token-utils .create-token-values (
10
+ tokens-mat-divider .$prefix , tokens-mat-divider .get-unthemable-tokens ());
11
+ }
9
12
}
10
13
11
14
@mixin color ($theme ) {
Original file line number Diff line number Diff line change 1
1
@use ' ../core/tokens/token-utils' ;
2
2
@use ' ../core/tokens/m2/mat/divider' as tokens-mat-divider ;
3
3
4
-
5
4
$inset-margin : 80px ;
6
5
7
6
.mat-divider {
8
- @include token-utils .create-token-values (
9
- tokens-mat-divider .$prefix , tokens-mat-divider .get-unthemable-tokens ());
10
-
11
7
display : block ;
12
8
margin : 0 ;
13
9
border-top-style : solid ;
You can’t perform that action at this time.
0 commit comments