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.

3 lines (2 loc) 84 B
import type { Plugin } from 'vite'; export declare function twTreePlugin(): Plugin;