mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
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:
parent
31b78921ca
commit
88ca213399
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ var AUTOPREFIXER_CONFIG = {
|
||||||
"Firefox ESR",
|
"Firefox ESR",
|
||||||
"Safari >= 10",
|
"Safari >= 10",
|
||||||
"> 0.5%",
|
"> 0.5%",
|
||||||
|
"not IE > 0",
|
||||||
"not dead",
|
"not dead",
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue