Last active
October 3, 2018 15:01
-
-
Save meduzen/030aa314afeb4a9806c4c59994ed7ed4 to your computer and use it in GitHub Desktop.
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
########################### LAST UPDATE: 2018-10-03 ########################### | |
# # | |
# Source: https://gist.github.com/meduzen/030aa314afeb4a9806c4c59994ed7ed4 # | |
# # | |
# Main idea: target every browser with at least 0.3% market shares, plus # | |
# IE 11, Safari 9 and Edge 15, no matter their shares evolution. # | |
# # | |
# Browserslist documentation: https://github.com/ai/browserslist#queries # | |
# # | |
############################################################################### | |
############################# RULES ############################# | |
# COUNTRIES | |
>= 0.3% in BE | |
# MICROSOFT: IE Desktop, IE Mobile, Edge | |
Edge >= 15 | |
ie >= 11 | |
# APPLE: iOS Safari, Desktop Safari | |
ios_saf >= 9 | |
Safari >= 9 | |
############################ BACKLOG ############################ | |
# # | |
# Commented browsers below are all target by the >=0.3% query. # | |
# # | |
################################################################# | |
# GOOGLE: Android Chrome, Android Webview, Chrome Desktop | |
# and_chr >= 49 | |
# Android >= 4.4 | |
# Chrome >= 45 | |
# MOZILLA: Firefox Desktop | |
# Firefox >= 52 | |
# and_ff >= 52 | |
# OPERA | |
# Opera >= 55 | |
# SAMSUNG: Samsung Internet | |
# Samsung >= 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment