1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 00:39:54 +00:00

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

View File

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