Skip to content

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

Funktion: toThemeKey()

toThemeKey(name): string

Eksperimentel

Gør --instui-color-background-brand til colorBackgroundBrand.

Parametre

name

string

Returnerer

string

Eksempel

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

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