Skip to content

Instantly share code, notes, and snippets.

@meduzen
Last active October 3, 2018 15:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meduzen/030aa314afeb4a9806c4c59994ed7ed4 to your computer and use it in GitHub Desktop.
Save meduzen/030aa314afeb4a9806c4c59994ed7ed4 to your computer and use it in GitHub Desktop.
########################### 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