Skip to content

Commit

Permalink
fix(multiple): fix style imports and deps for mdc-checkbox and mdc-ra…
Browse files Browse the repository at this point in the history
…dio (#24972)

* fix(multiple): fix style imports and deps for mdc-checkbox and mdc-radio
  • Loading branch information
wagnermaciel authored May 25, 2022
1 parent a7ee8a8 commit b8fddd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-checkbox/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ sass_library(
name = "mdc_checkbox_scss_lib",
srcs = glob(["**/_*.scss"]),
deps = [
"//src/material:theming_bundle",
"//src/material-experimental/mdc-helpers:mdc_helpers_scss_lib",
"//src/material-experimental/mdc-helpers:mdc_scss_deps_lib",
],
Expand All @@ -50,7 +51,6 @@ sass_binary(
":mdc_checkbox_scss_lib",
"//src/material-experimental/mdc-helpers:mdc_helpers_scss_lib",
"//src/material-experimental/mdc-helpers:mdc_scss_deps_lib",
"//src/material/core:core_scss_lib",
],
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use 'sass:map';
@use 'sass:color';
@use '@angular/material' as mat;
@use '../../material' as mat;
@use '@material/checkbox/checkbox-theme' as mdc-checkbox-theme;
@use '@material/theme/theme-color' as mdc-theme-color;

Expand Down
1 change: 1 addition & 0 deletions src/material-experimental/mdc-radio/_radio-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@use '../mdc-helpers/mdc-helpers';
@use '../../material/core/typography/typography';
@use '../../material/core/theming/theming';
@use '../../material' as mat;

@mixin _color-palette($color-palette) {
@include mdc-radio-theme.theme((
Expand Down

0 comments on commit b8fddd6

Please sign in to comment.