Skip to content

Commit

Permalink
fix(material/snack-bar): fix overrides mixin name typo (#29180)
Browse files Browse the repository at this point in the history
(cherry picked from commit d717de5)
  • Loading branch information
andrewseguin committed Jun 6, 2024
1 parent e33494e commit faf3484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
@forward './slider/slider-theme' as slider-* show slider-theme, slider-color, slider-typography,
slider-density, slider-base, slider-overrides;
@forward './snack-bar/snack-bar-theme' as snack-bar-* show snack-bar-theme, snack-bar-color,
snack-bar-typography, snack-bar-density, snack-bar-base, bar-overrides;
snack-bar-typography, snack-bar-density, snack-bar-base, snack-bar-overrides;
@forward './sort/sort-theme' as sort-* show sort-theme, sort-color, sort-typography, sort-density,
sort-base, sort-overrides;
@forward './stepper/stepper-theme' as stepper-* show stepper-theme, stepper-color,
Expand Down

0 comments on commit faf3484

Please sign in to comment.