Skip to content

Media query bugfix

Compare
Choose a tag to compare
@mrmartineau mrmartineau released this 18 Feb 15:04
· 656 commits to master since this release

Fixes a strange bug with our media-query mixins. Apparently em-based media-queries do not calculate correctly if the font-size differs from the user's default — usually 16px. At this point, we have hard-coded 16 into our media-query mixins until we can find a better solution.