/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-live-codeblock/src/theme/Playground/Editor/styles.module.css
17 строк
408 B
Sébastien Lorber
refactor(live-codeblock): refactor live code block theme components (#11077)
10 апр 2025, 16:55
Не верифицирован
10 апр 2025, 16:55
29d19a6
Код
Авторство
О чём код?
/** * 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. */ .playgroundEditor { font: var(--ifm-code-font-size) / var(--ifm-pre-line-height) var(--ifm-font-family-monospace) !important; /* rtl:ignore */ direction: ltr; } .playgroundEditor pre { border-radius: 0; }