I want to use calc function in less. My required output should be right: calc(-100vw + 400px);
. Therefore I used below code in less.
right: calc(~'-100vw + 400px');
But that code is not working. Can anybody help me with this?
Thanks in advance
I want to use calc function in less. My required output should be right: calc(-100vw + 400px);
. Therefore I used below code in less.
right: calc(~'-100vw + 400px');
But that code is not working. Can anybody help me with this?
Thanks in advance