I want to make a calculation for the transform property. Is it possible to use the calc feature for that?
Something like:
width: calc(100vw-2vw);
but for transform
transform: translate(calc(100vw-2vw));
(Of course the above is not functional)