-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
Issue: ready for confirmationReported on 2.4.8Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.
Description
Preconditions and environment
- Magento version 2.4.8
In https://github.com/magento/magento2/commit/438f9782d85fe6a2694ccc01c97f2a4c2a81f5bb, min was changed to max. As a result, all styles in .media-width(@extremum, @break) when (@extremum = “min”) and (@break = @screen__l) are no longer rendered.
In the core, I was able to locate 21 media query blocks that are no longer output.
Steps to reproduce
- setup blank Magento 2.4.8
- search for styles that are in Media Query
.media-width(@extremum, @break) when (@extremum = “min”) and (@break = @screen__l)instyles-l.css
Expected result
The styles in .media-width(@extremum, @break) when (@extremum = “min”) and (@break = @screen__l) are rendered and output.
Actual result
The styles in .media-width(@extremum, @break) when (@extremum = “min”) and (@break = @screen__l) are not rendered and output.
Additional information
No response
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Metadata
Metadata
Assignees
Labels
Issue: ready for confirmationReported on 2.4.8Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.
Type
Projects
Status
Ready for Confirmation