UNPKG

tailwind-compositor

Version:

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

12 lines (11 loc) 254 B
import { iTailwindTheme } from './types'; /** * * */ export declare const createRhythmStyles: ({ theme, e, addUtilities, }: { theme: iTailwindTheme; e: any; addUtilities: Function; }) => void; export default createRhythmStyles;