Skip to content

Commit 438f978

Browse files
committed
AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions
1 parent 53a3005 commit 438f978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/web/css/source/lib/_responsive.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
.media-width('min', (@screen__m + 1));
7070
}
7171

72-
@media all and (min-width: @screen__l),
72+
@media all and (max-width: (@screen__l - 1)),
7373
print {
74-
.media-width('min', @screen__l);
74+
.media-width('max', @screen__l);
7575
}
7676

7777
@media all and (min-width: @screen__xl),

0 commit comments

Comments
 (0)