<!--- Please review our guidelines before adding a new issue: https://github.com/magento/magento2/wiki/Issue-reporting-guidelines Fields marked with (*) are required. Please don't remove the template. --> ### Preconditions (*) <!--- Provide the exact Magento version (example: 2.4.0) and any important information on the environment where bug is reproducible. --> 1. Tested in 2.3.7 2. ### Steps to reproduce (*) <!--- Important: Provide a set of clear steps to reproduce this bug. We can not provide support without clear instructions on how to reproduce. --> 1. Create a LESS file to get compiled into CSS 2. 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) { 3. Compile using grunt 4. Deploy to server using setup:static-content:deploy ### Expected result (*) <!--- Tell us what do you expect to happen. --> 1. Both methods of compilation should achieve the same result ### Actual result (*) <!--- Tell us what happened instead. Include error messages and issues. --> 1. For server side compilation, only the latter ('min', using single quotes) compiles successfully --- Please provide [Severity](https://devdocs.magento.com/guides/v2.4/contributor-guide/contributing.html#backlog) 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._ - [x] 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”._