Closed bfillmer closed 7 years ago
My understanding is that ems
in @media
are always calculated off 16px
so this parameter won't actually work?
I didn't know that. For the most part I use rem
after establishing the base font size and wanted the breakpoints to honor that calculation.
Thanks for taking the time to create a PR! Please re-open if you can get it working despite what the above article mentions.
Updated the default
breakpoint()
andmap()
implementations to have the ability to take in a custom pixel value for em.Primarily geared toward leveraging the default breakpoints but with a different base em value depending on the UI needs.