aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-15 18:07:09 -0800
committerChris Rebert <[email protected]>2015-01-07 17:49:43 -0800
commit3c6a307011f9688b6a10ffe343b2b8cef0e91c97 (patch)
treef00e3b5f0ba8078240eda26d1d90ca16a74737d0
parent698b3a7ace2aa10a4937dacfce12323d4615fc74 (diff)
downloadbootstrap-3c6a307011f9688b6a10ffe343b2b8cef0e91c97.tar.xz
bootstrap-3c6a307011f9688b6a10ffe343b2b8cef0e91c97.zip
bump min Chrome in Autoprefixer to v35
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index e9a3652f4..19f9bcfdf 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -158,7 +158,7 @@ module.exports = function (grunt) {
browsers: [
'Android 2.3',
'Android >= 4',
- 'Chrome >= 20',
+ 'Chrome >= 35',
'Firefox >= 31',
'Explorer >= 9',
'iOS >= 7',