/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/timepicker/_m2-timepicker.scss
19 строк
433 B
Kristiyan Kostadinov
fix(multiple): tokens specified in wrong category (#33660)
12 авг 2026, 12:00
Не верифицирован
12 авг 2026, 12:00
9582c5f
Код
Авторство
О чём код?
@use '../core/style/elevation'; @use '../core/tokens/m2-utils'; @use 'sass:map'; @function get-tokens($theme) { $system: m2-utils.get-system($theme); @return ( base: ( timepicker-container-shape: 4px, ), color: ( timepicker-container-elevation-shadow: elevation.get-box-shadow(8), timepicker-container-background-color: map.get($system, surface) ), typography: (), density: (), ); }