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.
This commit is contained in:
Jonas Jenwald 2021-01-30 14:00:04 +01:00
parent 31b78921ca
commit 88ca213399

View File

@ -85,6 +85,7 @@ var AUTOPREFIXER_CONFIG = {
"Firefox ESR",
"Safari >= 10",
"> 0.5%",
"not IE > 0",
"not dead",
],
};