From: Chris Rebert Date: Tue, 16 Dec 2014 02:07:09 +0000 (-0800) Subject: bump min Chrome in Autoprefixer to v35 X-Git-Tag: v4.0.0-alpha~418^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c6a307011f9688b6a10ffe343b2b8cef0e91c97;p=thirdparty%2Fbootstrap.git bump min Chrome in Autoprefixer to v35 --- diff --git a/Gruntfile.js b/Gruntfile.js index e9a3652f40..19f9bcfdf9 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',