Incompatible with CSS Variables
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Incompatible with CSS Variables’ is closed to new replies.