mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Stop polyfilling the CSS calc
functionality
At this point in time, all browsers that we support have native support for CSS variables; please see https://developer.mozilla.org/en-US/docs/Web/CSS/calc()#browser_compatibility and https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#faq-support We can also remove the hack introduced back in PR 11567, which was only necessary to work-around an IE 11 specific bug.
This commit is contained in:
parent
079dea2274
commit
502fd7c80d
4 changed files with 2 additions and 31 deletions
|
@ -40,7 +40,6 @@
|
|||
"mkdirp": "^1.0.4",
|
||||
"needle": "^3.0.0",
|
||||
"postcss": "^8.4.7",
|
||||
"postcss-calc": "^8.2.4",
|
||||
"postcss-dir-pseudo-class": "^6.0.4",
|
||||
"postcss-logical": "^5.0.4",
|
||||
"prettier": "^2.5.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue