Skip to content

Commit

Permalink
Downgrade less 4.2.0 -> 4.1.3
Browse files Browse the repository at this point in the history
min/max functions with css variables are not handled correctly by less.
LESS: min(var(--variable-1), var(--variable-2))
CSS: min()
This issue was occurs from version 4.2.0, therefore downgrade to 4.1.3.
see less/less.js#4256

370618
  • Loading branch information
fschinkel committed Jan 11, 2024
1 parent 18259cb commit cacd19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipse-scout-cli/package.json
Expand Up @@ -57,7 +57,7 @@
"karma-jasmine-html-reporter": "2.1.0",
"karma-junit-reporter": "2.0.1",
"karma-webpack": "5.0.0",
"less": "4.2.0",
"less": "4.1.3",
"less-loader": "11.1.3",
"mini-css-extract-plugin": "2.7.6",
"css-minimizer-webpack-plugin": "5.0.1",
Expand Down

0 comments on commit cacd19c

Please sign in to comment.