• Resolved louiswalch

    (@louiswalch)


    I am noticing that Breeze is stripping some whitespace within a CSS calc() value, which breaks the formula. The current CSS compression is totally unusable.

    Original, works:
    calc(var(--sidebar-width) + 20px)
    Breeze, breaks:
    calc(var(--sidebar-width)+ 20px)

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Compression Breaks CSS `calc()`’ is closed to new replies.