UNPKG

tailwind-compositor

Version:

Compositor is a system of constraints designed to produce aesthetically pleasing, typographic compositions, based on objective, constant dimensions of space.

8 lines (7 loc) 205 B
declare const tailwindPlugin: (options?: {}) => ({ theme, e, addUtilities, config }: { theme: any; e: any; addUtilities: any; config: any; }) => void; export default tailwindPlugin;