File tree Expand file tree Collapse file tree 5 files changed +6
-0
lines changed
selection/pseudo-checkbox Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ sass_library(
8686 "_core-theme.scss" ,
8787 ],
8888 deps = [
89+ ":m2" ,
8990 "//src/material/core:ripple_sass_theme" ,
9091 "//src/material/core/option:theme" ,
9192 "//src/material/core/selection/pseudo-checkbox:sass_theme" ,
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ sass_library(
3535 "_option-theme.scss" ,
3636 ],
3737 deps = [
38+ ":m2" ,
3839 "//src/material/core/style:sass_utils" ,
3940 "//src/material/core/theming" ,
4041 "//src/material/core/theming:_inspection" ,
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ sass_library(
4848 "_pseudo-checkbox-theme.scss" ,
4949 ],
5050 deps = [
51+ ":m2" ,
5152 "//src/material/core/style:sass_utils" ,
5253 "//src/material/core/theming" ,
5354 "//src/material/core/theming:_inspection" ,
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ sass_library(
3939 "_form-field-theme.scss" ,
4040 ],
4141 deps = [
42+ ":m2" ,
4243 "//src/material/core/style:sass_utils" ,
4344 "//src/material/core/theming" ,
4445 "//src/material/core/theming:_inspection" ,
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ sass_library(
1818 ],
1919 deps = [
2020 "//src/material/core/style:sass_utils" ,
21+ "//src/material/core/theming:_inspection" ,
2122 "//src/material/core/tokens:m3_utils" ,
2223 ],
2324)
@@ -41,6 +42,7 @@ sass_library(
4142 "_tabs-theme.scss" ,
4243 ],
4344 deps = [
45+ ":m2" ,
4446 "//src/material/core/style:sass_utils" ,
4547 "//src/material/core/theming" ,
4648 "//src/material/core/theming:_inspection" ,
You can’t perform that action at this time.
0 commit comments