Closed
Description
Preconditions (*)
- Tested in 2.3.7
Steps to reproduce (*)
- Create a LESS file to get compiled into CSS
- Add two media queries, using one of each of the following:
.media-width(@extremum, @break) when (@extremum = "min") and (@break = @screen__m) {
and
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
- Compile using grunt
- Deploy to server using setup:static-content:deploy
Expected result (*)
- Both methods of compilation should achieve the same result
Actual result (*)
- For server side compilation, only the latter ('min', using single quotes) compiles successfully
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- 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”.