Skip to content

Commit b618ee3

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 (max-width: (@screen__l - 1)),
72+
@media all and (min-width: @screen__l),
7373
print {
74-
.media-width('max', @screen__l);
74+
.media-width('min', @screen__l);
7575
}
7676

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

0 commit comments

Comments
 (0)