Created
June 20, 2016 14:21
-
-
Save PhilippeVay/34fdc370266beb06a100c882ab70b7f9 to your computer and use it in GitHub Desktop.
List of browsers we support. Useful for Autoprefixer and other PostCSS plugins
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
// @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