• Hey guys,

    It seems that Breeze is incompatible with CSS properties coming from :root { .. }.

    Unfortunately i can’t share the URL however it could be tested with a stylesheet containing something like:

    :root {
      --var1: 14px;
      --var2: #000;
    }
    

    .. and then in Chrome Dev. Tools > Elements tab click on the <html.. tag, and these variables shouldn’t be shown, only when Breeze is disabled/or CSS minification is disabled. I’m guessing the minification library you’re using is probably outdated.

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author adeelkhan

    (@adeelkhan)

    Hi

    Breeze supports
    :root {
    –var1: 14px;
    –var2: #000;
    }
    To view this, you can either check the cached version of the CSS file.

Viewing 1 replies (of 1 total)
  • The topic ‘Incompatible with CSS Variables’ is closed to new replies.