Skip to content

Commit ef4f616

Browse files
crisbetojelbourn
authored andcommitted
build(drag-drop): clean up bazel config (#13934)
Removes the `sass_binary` since we don't ship CSS with `cdk/drag-drop` anymore and removes `cdk/overlay` from the dependencies.
1 parent 835dc9e commit ef4f616

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cdk/drag-drop/BUILD.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package(default_visibility=["//visibility:public"])
22

3-
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_binary")
43
load("//tools:defaults.bzl", "ng_module", "ng_test_library", "ng_web_test_suite")
54

65
ng_module(
@@ -13,7 +12,7 @@ ng_module(
1312
"@rxjs",
1413
"@rxjs//operators",
1514
"//src/cdk/platform",
16-
"//src/cdk/overlay",
15+
"//src/cdk/scrolling",
1716
"//src/cdk/bidi",
1817
"//src/cdk/coercion",
1918
],

0 commit comments

Comments
 (0)