Created
November 24, 2017 15:37
-
-
Save PhilippeVay/407dce633dd915684f4677f509836fcd to your computer and use it in GitHub Desktop.
Configuration browserslist pour Autoprefixer
This file contains hidden or 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 : 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