From f48bf0c4a375a6e37975e33dde62d9b7027ee530 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 4 Apr 2014 13:54:11 -0400 Subject: [PATCH] Adds Old FF for vendor prefixing --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index ffb70d986..9bb26cd3f 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -220,6 +220,7 @@ module.exports = function(grunt) { 'last 2 version', '> 1%', 'opera 12.1', + 'ff >= 10', 'safari 6', 'ie 9', 'bb 10',