Skip to content

pantoken / platforms/vanilla/src / VANILLA_TO_INSTUI

変数: VANILLA_TO_INSTUI

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

実験的

ドット表記の Foundation 変数パス → それを埋める Instructure トークン。

マッピングを読み取る、あるいは新しいマップに展開してカバレッジを広げる

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