Skip to content

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

Funktion: toThemeKey()

toThemeKey(name): string

Experimentell

Gör om --instui-color-background-brand till colorBackgroundBrand.

Parametrar

name

string

Returnerar

string

Exempel

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

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