UNPKG

tailwindcss-rem2px-preset

Version:

tailwindcss-rem2px-preset, allow configuration for using px instead of rem.

3 lines (2 loc) 181 B
declare function rem2px(input: string | string[] | Record<string, string> | any, fontSize?: number, unit?: string): string | string[] | Record<string, string>; export { rem2px };