Skip to content

pantoken / formats/tokens/src / byTheme

Fonksyon: byTheme()

byTheme(theme): Token[]

Beta

Chèche IR yon tèm pa non.

Paramèt

theme

Theme

Retounen

Token[]

Egzanp

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

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