lessphp icon indicating copy to clipboard operation
lessphp copied to clipboard

Error parse: calc function

Open momo2555 opened this issue 5 years ago • 1 comments

Hi, I have a problem when I use in my less file the css function "calc". In fact when I write.

margin-left: calc(50% - 10px); I obtain in my parsed css file: margin-left: calc(40%); it's normale?

Thank you.

momo2555 avatar Mar 24 '20 13:03 momo2555

Hi, same error, but works with this "quick fix":

https://stackoverflow.com/questions/17904088/disable-less-css-overwriting-calc

jootamas avatar Jul 08 '20 19:07 jootamas