UNPKG

@johnmusans/tailwindcss-auto-contrast

Version:

Tailwind CSS plugin for automatic contrast color generation with Arcadia UI

9 lines (7 loc) 182 B
declare function plugin(options?: Partial<{ strategy: 'base' | 'class' }>): { handler: () => void } declare namespace plugin { const __isOptionsFunction: true } export = plugin