Skip to content

Instantly share code, notes, and snippets.

@PhilippeVay
Created November 24, 2017 15:37
Show Gist options
  • Select an option

  • Save PhilippeVay/407dce633dd915684f4677f509836fcd to your computer and use it in GitHub Desktop.

Select an option

Save PhilippeVay/407dce633dd915684f4677f509836fcd to your computer and use it in GitHub Desktop.
Configuration browserslist pour Autoprefixer
// Browserslist : chaîne des navigateurs supportés, paramètrage pour Autoprefixer
// Annoncé : IE11+, last Chr/Fx/Edge/Opera et iOS 9+, Android 5+)
// Ici IE10+, Safari 8+, Android 4.4+
// => Couverture (mondiale, pas française) de 95,13% (mai 2017)
browsersList: [
'> 1%',
'last 2 versions',
'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