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/core): remove usages of deprecated Sass functions (#20811)
We had a bunch of places using the deprecated variants of functions like `map_get`,
`map_has_key` and `map_merge`. These changes migrate to the non-deprecated variants.
These changes are also necessary in order for the `sass-migrator` script to migrate
the function calls.
(cherry picked from commit 63a8ff5)
0 commit comments