Skip to content

min screen__l media query missing #40231

@EmilConsor

Description

@EmilConsor

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

  1. setup blank Magento 2.4.8
  2. search for styles that are in Media Query .media-width(@extremum, @break) when (@extremum = “min”) and (@break = @screen__l) in styles-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

Type

No type

Projects

Status

Ready for Confirmation

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions