/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/components/src/utils/base-label.ts
11 строк
389 B
Marco Ciampini
ESLint: Replace strict config with bulk suppressions (#81248)
07 авг 2026, 14:34
Не верифицирован
07 авг 2026, 14:34
7f43eaf
Код
Авторство
О чём код?
import { css } from '@emotion/react'; import CONFIG from './config-values.js'; // This is a very low-level mixin which you shouldn't have to use directly. // Try to use BaseControl's StyledLabel or BaseControl.VisualLabel if you can. export const baseLabelTypography = css` font-size: 11px; font-weight: ${ CONFIG.fontWeightEmphasis }; line-height: 1.4; text-transform: uppercase; `;