Skip to content

pantoken / platforms/vanilla/src / VANILLA_TO_INSTUI

Variable: VANILLA_TO_INSTUI

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

Experimental

Dotted Foundation variable path → the Instructure token that fills it.

Example

Read a mapping, or widen coverage by spreading into a new map

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" };