Skip to content

pantoken / formats/tokens/src / byTheme

פונקציה: byTheme()

byTheme(theme): Token[]

בטא

חפש את ה-IR של תמה לפי השם.

פרמטרים

theme

Theme

מחזיר

Token[]

דוגמה

ts
import { byTheme } from "@pantoken/tokens";
import { toScss } from "@pantoken/scss";

toScss(byTheme("canvas"), { mode: "dark" });