bump min OS X Safari in Autoprefixer config to v7.1

This commit is contained in:
Chris Rebert 2014-12-15 18:12:30 -08:00
parent edb6c07254
commit 473c75dc4c
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ module.exports = function (grunt) {
'Explorer >= 9',
'iOS >= 7',
'Opera >= 12',
'Safari >= 6'
'Safari >= 7.1'
]
},
core: {