Skip to content

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

Functie: toThemeKey()

toThemeKey(name): string

Experimenteel

Zet --instui-color-background-brand om in colorBackgroundBrand.

Parameters

name

string

Retourneert

string

Voorbeeld

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

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