-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add overlap between screens #25
Comments
As this project does not seem to be actively maintained anymore(no new commit in over a year and PRs not being handled), you might want to try an alternative project like styled-breakpoints? |
Thanks @polarathene |
@polarathene this project does its job well, thus no need for furthur changes, except for bug fixes like this one. I'd be happy to merge PRs or give anyone interested access to maintain. @felipefialho Do you want to try fix it and PR? 😃 |
@morajabi ah sorry, I thought from glancing over the project that it was no longer being maintained. I haven't looked over the source personally, your project also got archived on awesome styled-components due to the inactivity it seems. As for the project itself, the API/syntax is perhaps not as appealing as some alternatives. They're using Only placing the query in the template literal JS expression, is not as terse as this project, but tends to get better syntax highlighting for CSS?(issue on |
Hi, first I would like to thank you for this project 😊
My issue is about overlap between screens, for now we have some problems about it, for example:
The both examples will be happens if screen is exactly
768px
.Maybe a good ideia is use an approach like the Rupture.
Thanks!
The text was updated successfully, but these errors were encountered: