Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,
    I have same problem with padding:
    padding-left: calc(6.5% + 35px);

    I resolved with this:
    padding-left: calc(6.5% - -35px);
    but it is only workaround.

    Thank you

    It’s the same for me.
    Please, solve this problem. It’s really annoying.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘css – calc issues on css minify’ is closed to new replies.