I try to define a variable to get dynamic height and do some operations on it; But the code failed to compile. How can I deal with the problem? Thanks.
"less": "3.9.0",
@block-height: calc(~"(100vh - 110px) / 3");
.block1{
height: @block-height - 100
}
.block2{
height: @block-height * 2
}