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.