Skip to content

pantoken / bundlers/tailwind/src / TailwindPreset

接口: TailwindPreset

实验性

此预设所贡献的 Tailwind 配置片段的最小结构。

属性

theme

theme: object

实验性

extend

extend: object

extend.colors

colors: Record<string, string>

extend.spacing

spacing: Record<string, string>

extend.fontFamily

fontFamily: Record<string, string>