File tree 3 files changed +3
-2
lines changed
src/material-experimental 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ sass_library(
35
35
name = "mdc_checkbox_scss_lib" ,
36
36
srcs = glob (["**/_*.scss" ]),
37
37
deps = [
38
+ "//src/material:theming_bundle" ,
38
39
"//src/material-experimental/mdc-helpers:mdc_helpers_scss_lib" ,
39
40
"//src/material-experimental/mdc-helpers:mdc_scss_deps_lib" ,
40
41
],
@@ -50,7 +51,6 @@ sass_binary(
50
51
":mdc_checkbox_scss_lib" ,
51
52
"//src/material-experimental/mdc-helpers:mdc_helpers_scss_lib" ,
52
53
"//src/material-experimental/mdc-helpers:mdc_scss_deps_lib" ,
53
- "//src/material/core:core_scss_lib" ,
54
54
],
55
55
)
56
56
Original file line number Diff line number Diff line change 1
1
@use ' sass:map' ;
2
2
@use ' sass:color' ;
3
- @use ' @angular /material' as mat ;
3
+ @use ' ../.. /material' as mat ;
4
4
@use ' @material/checkbox/checkbox-theme' as mdc-checkbox-theme ;
5
5
@use ' @material/theme/theme-color' as mdc-theme-color ;
6
6
Original file line number Diff line number Diff line change 6
6
@use ' ../mdc-helpers/mdc-helpers' ;
7
7
@use ' ../../material/core/typography/typography' ;
8
8
@use ' ../../material/core/theming/theming' ;
9
+ @use ' ../../material' as mat ;
9
10
10
11
@mixin _color-palette ($color-palette ) {
11
12
@include mdc-radio-theme .theme ((
You can’t perform that action at this time.
0 commit comments