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