Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default media queries being added when using rems to set font sizes #31

Open
CoralSilver opened this issue Dec 19, 2017 · 1 comment
Open

Comments

@CoralSilver
Copy link

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.

@madeleineostoja
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants