From 88ca21339941149a2d15e3e65f052c4d74b6829c Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sat, 30 Jan 2021 14:00:04 +0100 Subject: [PATCH] Stop including `-ms` prefixed CSS rules in GENERIC builds Given that IE 11/Edge is now unsupported in PDF.js, and that Microsoft Edge is now a Chromium-browser, we can avoid (some) unnecessary bloat in the built CSS files. --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index f6225bdf7..9dd8776ce 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -85,6 +85,7 @@ var AUTOPREFIXER_CONFIG = { "Firefox ESR", "Safari >= 10", "> 0.5%", + "not IE > 0", "not dead", ], };