From: XhmikosR Date: Wed, 26 Aug 2015 16:15:21 +0000 (+0300) Subject: grunt/configBridge.json: Remove unused autoprefixer config. X-Git-Tag: v4.0.0-alpha.2~383 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc35ea815e5e47a9f160765902342fff635e79e6;p=thirdparty%2Fbootstrap.git grunt/configBridge.json: Remove unused autoprefixer config. [ci skip] --- diff --git a/grunt/configBridge.json b/grunt/configBridge.json index 5e232798d2..82e3ce06c5 100644 --- a/grunt/configBridge.json +++ b/grunt/configBridge.json @@ -9,16 +9,6 @@ ] }, "config": { - "autoprefixerBrowsers": [ - "Android 2.3", - "Android >= 4", - "Chrome >= 20", - "Firefox >= 24", - "Explorer >= 9", - "iOS >= 6", - "Opera >= 12", - "Safari >= 6" - ], "jqueryCheck": [ "if (typeof jQuery === 'undefined') {", " throw new Error('Bootstrap\\'s JavaScript requires jQuery')",