less / less.js

Less. The dynamic stylesheet language.
http://lesscss.org
Apache License 2.0
17k stars 3.41k forks source link

Division operation go wrong #3681

Closed yulei521 closed 2 years ago

yulei521 commented 2 years ago

To reproduce:

@fontSize: 24px;
body {
  font-size: @fontSize /  2;
}

Current behavior:

body {
  font-size: 24px / 2;
}

Expected behavior:

body {
  font-size: 12px;
}

Environment information:

iChenLei commented 2 years ago

https://github.com/less/less.js/releases/tag/v4.0.0

Please read the breaking change from v4