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

Merge pull request #27 from twbs/autoprefixer-bump-ios-safari

bump min iOS in Autoprefixer config to v7
This commit is contained in:
Mark Otto 2014-12-22 19:48:40 -08:00
commit d06dcd8431

View File

@ -179,7 +179,7 @@ module.exports = function (grunt) {
'Chrome >= 20',
'Firefox >= 31',
'Explorer >= 9',
'iOS >= 6',
'iOS >= 7',
'Opera >= 12',
'Safari >= 6'
]