Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material/divider): 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.divider-theme that are not emitted by any of: mat.divider-color, mat.divider-typography, mat.divider-density. If you rely on the partial mixins only and don't call mat.divider-theme, you can add mat.divider-base to get the missing styles.
- Loading branch information