aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-01-07 19:15:52 -0800
committerChris Rebert <[email protected]>2015-01-07 19:15:52 -0800
commit5951647b1ac4a770b674c38fcc689bb88c6f271b (patch)
treef00e3b5f0ba8078240eda26d1d90ca16a74737d0
parent698b3a7ace2aa10a4937dacfce12323d4615fc74 (diff)
parent3c6a307011f9688b6a10ffe343b2b8cef0e91c97 (diff)
downloadbootstrap-5951647b1ac4a770b674c38fcc689bb88c6f271b.tar.xz
bootstrap-5951647b1ac4a770b674c38fcc689bb88c6f271b.zip
Merge pull request #25 from twbs/autoprefixer-bump-chrome
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',