autoprefixer browser support as defined in #2

This commit is contained in:
Matthias Kretschmann 2015-12-11 14:36:27 +01:00
parent 4debe957b0
commit 271a62ad28
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ console.log("");
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
// Browsers to target when prefixing CSS.
var COMPATIBILITY = ['last 2 versions', 'ie >= 10'];
var COMPATIBILITY = ['Chrome >= 30', 'Safari >= 6.1', 'Firefox >= 35', 'Opera >= 32', 'iOS >= 8', 'Android >= 4', 'ie >= 10'];
// paths
var SRC = './',