UNPKG

tailwindcss-px-to-responsive

Version:

A Tailwind plugin for converting pixel values to rem, vw, vh units. It helps you to create Design-to-Development workflow easier and faster.

13 lines (12 loc) 234 B
declare const _default: (options: { utilities?: string[]; max?: number; unit?: string; theme?: string; }[]) => { theme: { extend: Record<string, any>; }; plugins: any[]; }; export default _default;