/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-common/src/utils/errorBoundaryUtils.module.css
16 строк
315 B
Sébastien Lorber
feat(theme-mermaid): upgrade Mermaid to v10.4 - handle async rendering (#9305)
14 сен 2023, 18:23
Не верифицирован
14 сен 2023, 18:23
58be496
Код
Авторство
О чём код?
/** * 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. */ .errorBoundaryError { white-space: pre-wrap; color: red; } .errorBoundaryFallback { color: red; padding: 0.55rem; }