Skip to content

pantoken / platforms/vanilla/src / VANILLA_TO_INSTUI

ตัวแปร: VANILLA_TO_INSTUI

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

ทดลอง

พาธตัวแปร Foundation แบบมีจุด → โทเค็นของ Instructure ที่ใช้เติมค่าให้

ตัวอย่าง

อ่านแมป (mapping) หรือขยายความครอบคลุมโดยการกระจายเป็นแมปใหม่

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