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
refactor(material/typography): Move define-typography-config under _typography.scss (#27195)
* refactor(material/typography): Move define-typography-config under _typography.scss
This never should have been under _all-typography.scss to begin with.
_all-typography.scss depends on all of the component themes, which
prevents any of the component themes from using this function as it
would cause a circular dep. Instead, moving it under _typography.scss
where the legacy version lives makes much more sense.
* fixup! refactor(material/typography): Move define-typography-config under _typography.scss
0 commit comments