/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/icon/_m2-icon.scss
15 строк
296 B
Andrew Seguin
refactor: align m2 and m3 token file functions by using get-tokens (#31425)
26 июн 2025, 19:15
Не верифицирован
26 июн 2025, 19:15
3db4f23
Код
Авторство
О чём код?
@function get-tokens($theme) { @return ( base: (), color: private-get-icon-color-tokens(inherit), typography: (), density: (), ); } // Mixin used to set a specific color on an icon. @function private-get-icon-color-tokens($color) { @return ( icon-color: $color, ); }