aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-08-26 19:15:21 +0300
committerXhmikosR <[email protected]>2015-08-30 00:05:02 +0300
commitfc35ea815e5e47a9f160765902342fff635e79e6 (patch)
tree9460b57f326894024087aaff7f147bae7e899018
parent6e732ace2cbb4beff58da86d95e59eeae8410391 (diff)
downloadbootstrap-fc35ea815e5e47a9f160765902342fff635e79e6.tar.xz
bootstrap-fc35ea815e5e47a9f160765902342fff635e79e6.zip
grunt/configBridge.json: Remove unused autoprefixer config.
[ci skip]
-rw-r--r--grunt/configBridge.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/grunt/configBridge.json b/grunt/configBridge.json
index 5e232798d..82e3ce06c 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')",