Skip to content

pantoken / packages/core/src / BuildTokensOptions

Interface: BuildTokensOptions

Beta

Options for buildTokens.

Properties

theme?

optional theme?: Theme

Beta

The theme to resolve (default: "rebrand").


plugins?

optional plugins?: readonly PantokenPlugin[]

Beta

Plugins whose tokens hooks run over the IR (default: none).


includeIcons?

optional includeIcons?: boolean

Beta

Include the icon layer (default: true).


includeInstui?

optional includeInstui?: boolean

Beta

Include Instructure-authored (Custom) glyphs (default: true).


includeLucide?

optional includeLucide?: boolean

Beta

Include Lucide glyphs (default: true).