/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/core/m2/_index.scss
52 строки
1 KB
Kristiyan Kostadinov
refactor(material/core): move M2-specific theming APIs into a separate directory (#28901)
18 апр 2024, 18:19
Не верифицирован
18 апр 2024, 18:19
4648f6b
Код
Авторство
О чём код?
// M2-specific theming APIs which are separated out into this file so they // can be renamed conditionally depending on whether we're in 1P or 3P. @forward './theming' show define-light-theme, define-dark-theme, define-palette, get-contrast-color-from-palette, get-color-from-palette, get-color-config, get-typography-config, get-density-config; @forward './palette' show $red-palette, $pink-palette, $indigo-palette, $purple-palette, $deep-purple-palette, $blue-palette, $light-blue-palette, $cyan-palette, $teal-palette, $green-palette, $light-green-palette, $lime-palette, $yellow-palette, $amber-palette, $orange-palette, $deep-orange-palette, $brown-palette, $grey-palette, $gray-palette, $blue-grey-palette, $blue-gray-palette, $light-theme-background-palette, $dark-theme-background-palette, $light-theme-foreground-palette, $dark-theme-foreground-palette; @forward './typography' show define-typography-level, define-rem-typography-config, define-typography-config, define-legacy-typography-config; @forward './typography-utils' show typography-level, font-size, line-height, font-weight, letter-spacing, font-family;