From: Chris Rebert Date: Tue, 16 Dec 2014 01:59:13 +0000 (-0800) Subject: bump min Firefox in Autoprefixer config to v31 (latest ESR) X-Git-Tag: v4.0.0-alpha~487^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57705e7d85f83c7c4d46e36519ab46f79f49821c;p=thirdparty%2Fbootstrap.git bump min Firefox in Autoprefixer config to v31 (latest ESR) --- diff --git a/grunt/configBridge.json b/grunt/configBridge.json index c6d6164841..54fa7cef45 100644 --- a/grunt/configBridge.json +++ b/grunt/configBridge.json @@ -11,7 +11,7 @@ "Android 2.3", "Android >= 4", "Chrome >= 20", - "Firefox >= 24", + "Firefox >= 31", "Explorer >= 9", "iOS >= 6", "Opera >= 12", @@ -31,4 +31,4 @@ "}(jQuery);\n\n" ] } -} \ No newline at end of file +}