Last active
April 19, 2018 12:47
-
-
Save ar2pi/ba4f32db9fb57bc47897ada562bb3b0b to your computer and use it in GitHub Desktop.
a simple browserslist config, see http://browserl.ist to check actual coverage (.join(', ') the array to obtain parsable string), see https://github.com/browserslist/browserslist#custom-usage-data for custom usage stats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"browserslist": [ | |
">= 0.25% in my stats", | |
">= 0.5% in CO", | |
">= 0.5% in FR", | |
">= 0.5% in US", | |
">= 1% in alt-SA", | |
">= 2%", | |
"last 2 major versions", | |
"last 2 years", | |
"last 3 chromeandroid major versions", | |
"last 3 ios major versions", | |
"last 4 safari major versions", | |
"ie >= 9", | |
"not ie < 9" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment