Skip to content

Commit 230e985

Browse files
committed
fix(material-experimental/mdc-button): expose fab and icon-button mixins
The mdc fab and icon-button mixins were missing from the package's `_index.scss` entry-point.
1 parent 8ba7148 commit 230e985

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/material-experimental/_index.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
mdc-autocomplete-typography, mdc-autocomplete-density, mdc-autocomplete-theme;
2828
@forward './mdc-button/button-theme' as mdc-button-* show mdc-button-color, mdc-button-typography,
2929
mdc-button-density, mdc-button-theme;
30+
@forward './mdc-button/button-theme' as mdc-* show mdc-fab-theme, mdc-fab-typography,
31+
mdc-fab-color, mdc-fab-density, mdc-icon-button-theme, mdc-icon-button-color,
32+
mdc-icon-button-density, mdc-icon-button-typography;
3033
@forward './mdc-card/card-theme' as mdc-card-* show mdc-card-color, mdc-card-typography,
3134
mdc-card-density, mdc-card-theme;
3235
@forward './mdc-checkbox/checkbox-theme' as mdc-checkbox-* show mdc-checkbox-color,

0 commit comments

Comments
 (0)