mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 09:34:36 +02:00
Merge pull request #25 from twbs/autoprefixer-bump-chrome
bump min Chrome in Autoprefixer to v35
This commit is contained in:
@@ -158,7 +158,7 @@ module.exports = function (grunt) {
|
|||||||
browsers: [
|
browsers: [
|
||||||
'Android 2.3',
|
'Android 2.3',
|
||||||
'Android >= 4',
|
'Android >= 4',
|
||||||
'Chrome >= 20',
|
'Chrome >= 35',
|
||||||
'Firefox >= 31',
|
'Firefox >= 31',
|
||||||
'Explorer >= 9',
|
'Explorer >= 9',
|
||||||
'iOS >= 7',
|
'iOS >= 7',
|
||||||
|
Reference in New Issue
Block a user