umd-styles-library
    Preparing search index...

    Variable variablesConst

    variables: { "--sanSerif": string; "--serif": string } = ...

    CSS custom variables for the design system. These variables provide global access to tokens throughout your application's CSS. When using CSS variables, you can access token values in any CSS context.

    Type declaration

    • --sanSerif: string
    • --serif: string
     .element: {
    fontFamily: 'var(--serif)',
    color: 'var(--umd-color-red)',
    fontSize: 'var(--umd-font-size-lg)',
    padding: 'var(--umd-space-md)'
    }

    1.3.0