postcss-responsive-type
postcss-responsive-type copied to clipboard
Default media queries being added when using rems to set font sizes
When using rems to set font sizes, (and ems to set breakpoints), two media queries are being generated for each selector. One using the defaults, and a second using the declared breakpoints. If I switch to using ems, the media queries only get declared once, but I want to size font in rems.
Hmm that's strange, thanks for reporting. That whole section of logic really needs to be cleaned up, there were a bunch of PRs made a while ago that tangled things up. I'll try take a look soon.