mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +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",
|
||||
"Safari >= 10",
|
||||
"> 0.5%",
|
||||
"not IE > 0",
|
||||
"not dead",
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue