Skip to content

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

Funksjon: toThemeKey()

toThemeKey(name): string

Eksperimentell

Gjer om --instui-color-background-brand til colorBackgroundBrand.

Parametrar

name

string

Returnerer

string

Døme

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

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