We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8155a2c commit 5c02a23Copy full SHA for 5c02a23
src/material/list/BUILD.bazel
@@ -42,12 +42,14 @@ sass_library(
42
],
43
deps = [
44
":m2",
45
+ "//src/material/checkbox:m2",
46
"//src/material/core/style:sass_utils",
47
"//src/material/core/theming",
48
"//src/material/core/theming:_inspection",
49
"//src/material/core/theming:_validation",
50
"//src/material/core/tokens:token_utils",
51
"//src/material/core/typography",
52
+ "//src/material/radio:m2",
53
54
)
55
0 commit comments