Skip to content

Commit 8155a2c

Browse files
committed
refactor: build updates
1 parent aa44d99 commit 8155a2c

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

src/material/core/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

src/material/core/option/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

src/material/core/selection/pseudo-checkbox/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

src/material/form-field/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

src/material/tabs/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)