mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-12 22:48:41 +00:00
Drop IE 9/10 support (#2136)
* Drop IE 9/10 support * Remove IE-related comments They no longer apply. * Update browserslist * Exclude old Safari (5.1)
This commit is contained in:
committed by
Kevin Barabash
parent
b14197d9c9
commit
4ec2806b3e
@@ -4,8 +4,8 @@ not dead
|
||||
|
||||
# Browsers with more than 0.1% global usage, excluding old browsers
|
||||
> 0.1%
|
||||
not chrome < 45
|
||||
not ie < 9
|
||||
not ie < 11
|
||||
not safari < 9
|
||||
|
||||
# Currently maintained Node.js versions
|
||||
maintained node versions
|
||||
|
Reference in New Issue
Block a user