Properly set Edge < 16 as incompatible with css vars

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2019-05-07 18:25:10 +02:00
parent 5893f218c2
commit 9dffc56541
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 2 additions and 1 deletions

View File

@ -698,7 +698,8 @@ function initCore() {
}
// css variables fallback for IE
if (msie > 0 || trident > 0) {
if (msie > 0 || trident > 0 || edge > 0) {
console.info('Legacy browser detected, applying css vars polyfill')
cssVars({
watch: true,
// set edge < 16 as incompatible