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