Skip to content

pantoken / renderers/css-in-js/src / toThemeKey

Funksjon: toThemeKey()

toThemeKey(name): string

Eksperimentell

Gjør --instui-color-background-brand om til colorBackgroundBrand.

Parametere

name

string

Returnerer

string

Eksempel

ts
import { toThemeKey } from "@pantoken/css-in-js";

toThemeKey("--instui-color-background-brand"); // "colorBackgroundBrand"