UNPKG

tailwind-csstree

Version:

CSSTree syntax for parsing Tailwind custom syntax.

11 lines (10 loc) 267 B
/** * @fileoverview Types for the Tailwind theme() function. * @author Nicholas C. Zakas */ export const themeTypes: { "tw-theme-spacing": string; "tw-theme-spacing-number": string; "tw-theme-spacing-brackets": string; "tw-theme-color": string; };