import rem from './rem'; /** * Set font size of HTML tag according to the design width (alias for rem). * * @example * setRemBase(750, { maxWith: 2000, minWith: 375 }) * @since 1.0.0 */ export default rem;