currently, we support browsers based on specific versions. A better and simpler way to do this is to support browsers by usage statistics. By leveraging autoprefixer we can define our browser-list and it will handle the correct CSS.
the support going forward should be
'> 1%', |
'last 2 versions' |