XF 2.1 How do you use CSS calc in extra.less?

mark22

Member
I put this very basic CSS line into extra.less
left: calc(5% + 33px);

But xenforo outputs it as
left:38%


Is there anyway to tell xenoforo to output my CSS and let the browser do the calculation?
 
Top Bottom