Skip to content

Commit

Permalink
fix(material/legacy-checkbox): fix scss mixin names (#25442)
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnermaciel committed Aug 11, 2022
1 parent d3c0a25 commit aaf6a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/_index.scss
Expand Up @@ -90,7 +90,7 @@
@forward './legacy-card/card-theme' as legacy-card-* show legacy-card-theme, legacy-card-color,
legacy-card-typography;
@forward './legacy-checkbox/checkbox-theme' as legacy-checkbox-* show
checkbox-legacy-theme, checkbox-legacy-color, checkbox-legacy-typography;
legacy-checkbox-theme, legacy-checkbox-color, legacy-checkbox-typography;
@forward './checkbox/checkbox-theme' as checkbox-* show checkbox-theme, checkbox-color,
checkbox-typography, checkbox-density;
@forward './legacy-chips/chips-theme' as legacy-chips-* show legacy-chips-theme,
Expand Down

0 comments on commit aaf6a66

Please sign in to comment.