Watch for changes with css variables polyfill
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
a36604d2ec
commit
a86ee002bc
|
@ -1354,7 +1354,9 @@ function initCore() {
|
||||||
|
|
||||||
// css variables fallback for IE
|
// css variables fallback for IE
|
||||||
if (msie > 0 || trident > 0) {
|
if (msie > 0 || trident > 0) {
|
||||||
cssVars();
|
cssVars({
|
||||||
|
watch: true
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
$(window).on('unload.main', function() {
|
$(window).on('unload.main', function() {
|
||||||
|
|
Loading…
Reference in New Issue