mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 11:18:39 +00:00
Add browserslist (#1662)
This commit is contained in:
11
.browserslistrc
Normal file
11
.browserslistrc
Normal file
@@ -0,0 +1,11 @@
|
||||
# Last 2 versions of each browsers, excluding dead browsers (e.g., BlackBerry)
|
||||
last 2 versions
|
||||
not dead
|
||||
|
||||
# Browsers with more than 0.1% global usage, excluding old browsers
|
||||
> 0.1%
|
||||
not chrome < 45
|
||||
not ie < 9
|
||||
|
||||
# Currently maintained Node.js versions
|
||||
maintained node versions
|
Reference in New Issue
Block a user