/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/ThemedImage/styles.module.css
18 строк
354 B
Joshua Chen
refactor: recommend using data-theme without html element selector (#6668)
14 фев 2022, 05:23
Не верифицирован
14 фев 2022, 05:23
b89d93f
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ .themedImage { display: none; } [data-theme='light'] .themedImage--light { display: initial; } [data-theme='dark'] .themedImage--dark { display: initial; }