From 736b7bdf93589880f55e552cd0dcd55e9fb85c16 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 15 Dec 2014 18:17:25 -0800 Subject: [PATCH] bump min iOS in Autoprefixer config to v7 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index b33a3c825b..d09e6f5606 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -179,7 +179,7 @@ module.exports = function (grunt) { 'Chrome >= 20', 'Firefox >= 31', 'Explorer >= 9', - 'iOS >= 6', + 'iOS >= 7', 'Opera >= 12', 'Safari >= 6' ]