Skip to content

pantoken / platforms/vanilla/src / VANILLA_TO_INSTUI

Variabel: VANILLA_TO_INSTUI

const VANILLA_TO_INSTUI: Readonly<Record<string, string>>

Eksperimentell

Punktseparert Foundation-variabelsti → Instructure-tokenet som fyller den.

Eksempel

Les en mapping, eller utvid dekningen ved å spre den inn i et nytt kart

ts
import { VANILLA_TO_INSTUI } from "@pantoken/vanilla";

VANILLA_TO_INSTUI["global.mainColors.primary"]; // "--instui-color-background-brand"
const extended = { ...VANILLA_TO_INSTUI, "global.body.color": "--instui-color-text-base" };