• Running the newest version of Breeze and just noticed that the following CSS is being minified from:
    margin:calc(var(–spacer) – 10px) auto;

    to:
    margin:calc(var(–spacer)- 10px) auto;

    This however breaks the calculation. If this could be fixed, that would be great.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS Minification Bug’ is closed to new replies.