From 3c6a307011f9688b6a10ffe343b2b8cef0e91c97 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 15 Dec 2014 18:07:09 -0800 Subject: [PATCH] bump min Chrome in Autoprefixer to v35 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',