Skip to content

Commit 5a72cdf

Browse files
committed
build: fix missing sass import in mdc-core/option/option.scss
There were some imports removed accidentally due to us having to land changes in three branches.
1 parent 08b2831 commit 5a72cdf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/material-experimental/mdc-core/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ sass_binary(
4343
"external/npm/node_modules",
4444
],
4545
deps = [
46+
"//src/cdk:sass_lib",
4647
"//src/material:sass_lib",
4748
"//src/material-experimental/mdc-core/mdc-helpers:mdc_helpers_scss_lib",
4849
"//src/material-experimental/mdc-core/mdc-helpers:mdc_scss_deps_lib",

src/material-experimental/mdc-core/option/option.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@use '@angular/cdk';
12
@use '@angular/material' as mat;
23
@use '@material/list/evolution-mixins' as mdc-list-mixins;
34
@use '@material/list/evolution-variables' as mdc-list-variables;

0 commit comments

Comments
 (0)