-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Forwardport] Resolved : Mobile device style groups incorrect order #17209
[Forwardport] Resolved : Mobile device style groups incorrect order #17209
Conversation
Hi @torhoehn. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @ihor-sviziev, thank you for the review. |
Hi @tejash-wagento, |
Hi @ihor-sviziev, thank you for the review. |
Hi @torhoehn. Thank you for your contribution. |
Original Pull Request
#16959
Description
Style groups for mobile devices (max-width) are specified in the wrong order.
In
lib/web/css/source/lib/_responsive.less
the style groups run breakpoint-size ascending: 319px, 479px, 639px, 767px, which leads to outputting max-width media queries breakpoint-size ascending - the last-defined breakpoint overrides smaller screen size breakpoints...Fixed Issues (if relevant)
Style groups for mobile devices (max-width) are specified in the wrong order.
Expected result
CSS should be output as follows:
Actual result
CSS is output as follows:
Contribution checklist