Skip to content

Instantly share code, notes, and snippets.

@PhilippeVay
Created June 20, 2016 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PhilippeVay/34fdc370266beb06a100c882ab70b7f9 to your computer and use it in GitHub Desktop.
Save PhilippeVay/34fdc370266beb06a100c882ab70b7f9 to your computer and use it in GitHub Desktop.
List of browsers we support. Useful for Autoprefixer and other PostCSS plugins
// @NOTE Chrome version may vary (was chosen arbitrarily between "recent" versions)
// @NOTE Fx42 is also current ESR version
// @NOTE Android version may be 4.4.4 instead of 4.4
var browsersList = ['IE >= 10', 'Edge >= 12', 'Chrome >= 42', 'Firefox >= 42', 'Firefox ESR', 'Safari >= 8', 'ios_saf >= 8', 'Android >= 4.4'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment