Skip to content

pantoken / platforms/vanilla/src / VANILLA_TO_INSTUI

Biến: VANILLA_TO_INSTUI

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

Thử nghiệm

Đường dẫn biến Foundation phân tách bằng dấu chấm → token Instructure tương ứng điền vào nó.

Ví dụ

Đọc một ánh xạ, hoặc mở rộng phạm vi bằng cách trải vào một bản đồ mới

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