Skip to content

Commit 14c00b3

Browse files
committed
Updating wikimedia/less.php from v3 to v5
1 parent 11e7d89 commit 14c00b3

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

app/design/frontend/Magento/blank/web/css/source/_extends.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@
12191219
& when (@media-common = true) {
12201220
.abs-field-date-input {
12211221
margin-right: @indent__s;
1222-
width: calc(~'100% -' @icon-calendar__font-size + @indent__s);
1222+
width: calc(~'100% -' @icon-calendar__font-size - @indent__s);
12231223
}
12241224
}
12251225

@@ -1234,7 +1234,7 @@
12341234

12351235
input {
12361236
margin-right: @indent__s;
1237-
width: calc(~'100% -' @checkout-tooltip-icon__font-size + @indent__s + @indent__xs);
1237+
width: calc(~'100% -' @checkout-tooltip-icon__font-size - @indent__s - @indent__xs);
12381238
}
12391239
}
12401240
}

app/design/frontend/Magento/luma/web/css/source/_extends.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@
16391639
& when (@media-common = true) {
16401640
.abs-field-date-input {
16411641
.lib-css(margin-right, @indent__s);
1642-
width: calc(~'100% -' @icon-calendar__font-size + @indent__s);
1642+
width: calc(~'100% -' @icon-calendar__font-size - @indent__s);
16431643
}
16441644
}
16451645

@@ -1654,7 +1654,7 @@
16541654

16551655
input {
16561656
.lib-css(margin-right, @indent__s);
1657-
width: calc(~'100% -' @checkout-tooltip-icon__font-size + @indent__s + @indent__xs);
1657+
width: calc(~'100% -' @checkout-tooltip-icon__font-size - @indent__s - @indent__xs);
16581658
}
16591659
}
16601660
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"tubalmartin/cssmin": "^4.1",
9191
"web-token/jwt-framework": "^3.1",
9292
"webonyx/graphql-php": "^15.0",
93-
"wikimedia/less.php": "^3.2"
93+
"wikimedia/less.php": "^3.2 || ^5.0"
9494
},
9595
"require-dev": {
9696
"allure-framework/allure-phpunit": "^3",

composer.lock

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

lib/internal/Magento/Framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"symfony/process": "^6.4",
5353
"tedivm/jshrink": "^1.4",
5454
"webonyx/graphql-php": "^15.0",
55-
"wikimedia/less.php": "^3.2"
55+
"wikimedia/less.php": "^3.2 || ^5.0"
5656
},
5757
"archive": {
5858
"exclude": [

0 commit comments

Comments
 (0)