mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-25 11:33:44 +00:00
bump min iOS in Autoprefixer config to v7
This commit is contained in:
parent
8a60a27efb
commit
736b7bdf93
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ module.exports = function (grunt) {
|
||||||
'Chrome >= 20',
|
'Chrome >= 20',
|
||||||
'Firefox >= 31',
|
'Firefox >= 31',
|
||||||
'Explorer >= 9',
|
'Explorer >= 9',
|
||||||
'iOS >= 6',
|
'iOS >= 7',
|
||||||
'Opera >= 12',
|
'Opera >= 12',
|
||||||
'Safari >= 6'
|
'Safari >= 6'
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue