less-plugin-functions icon indicating copy to clipboard operation
less-plugin-functions copied to clipboard

There seems to be an issue with less calc function

Open yuxuan opened this issue 4 years ago • 2 comments

To reproduce the issue, check this https://github.com/yuxuan/less-plugin-functions-issue.

The less code:

@padding: 12px;

.cls {
  padding-right: calc(@padding - var(--width));
}

if compile with LessPluginFunctions, it would throw Cannot read property 'numerator' of undefined error. If without the plugin, it compiled successfully.

Please help.

yuxuan avatar Dec 22 '20 07:12 yuxuan

It seems due to this commit https://github.com/less/less.js/pull/3532/commits/18007437bd2985e41a43c55580fe95ee1f37f12a

yuxuan avatar Dec 22 '20 09:12 yuxuan

So am I.😂

wwwjun avatar Jun 07 '21 05:06 wwwjun