Skip to content

Commit a8d60ff

Browse files
committed
fix bazel build
1 parent ee93a09 commit a8d60ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cdk/input/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ sass_library(
2121
sass_binary(
2222
name = "input_prebuilt_scss",
2323
src = "input-prebuilt.scss",
24+
deps = [":input_scss_lib"],
2425
)
2526

2627
# TODO(jelbourn): remove this when sass_binary supports specifying an output filename and dir.

0 commit comments

Comments
 (0)