Magento 2.4.8: Fixed missing screen-l styles added using .media-width mixin #39871
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes completely missing screen-l styles in Magento 2.4.8.
This commit 438f978 causes the issue
Fixed Issues
#39817
Manual testing scenarios
Open category page on large screen (>1024) and see products columns count.
Questions or comments
While this PR fully fixes the issue, I would like to hear your thoughts on the code added in commit that caused the issue. This code was added instead of old mixin:
I believe this code should be removed? I can't find out if it's used. Can somebody from Magento confirm that this code is needed and used by magento?
Contribution checklist