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