Skip to content

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

Fonction: toThemeKey()

toThemeKey(name): string

Expérimental

Transformer --instui-color-background-brand en colorBackgroundBrand.

Paramètres

name

string

Retourne

string

Exemple

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

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