You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(material/expansion): move unthemable tokens to theme mixin
Though these tokens are not currently affected by the theme, in the
future they will be affected by the design system used for theming (M2
or M3)
BREAKING CHANGE:
There are new styles emitted by mat.expansion-theme that are not
emitted by any of: mat.expansion-color, mat.expansion-typography,
mat.expansion-density. If you rely on the partial mixins only and don't
call mat.expansion-theme, you can add mat.expansion-base to get the
missing styles.
0 commit comments