UNPKG

tailwind-tree

Version:

A utility for writing deeply nested and composable Tailwind CSS classes using an expressive tree structure, supporting responsive and interactive variants for Tailwind v3 and v4.

8 lines (4 loc) 175 B
import { Plugin } from 'vite'; declare function twTreePlugin(): Plugin; declare const generateTwSafelist: () => Promise<void>; export { generateTwSafelist, twTreePlugin };