diff options
| author | Chris Rebert <[email protected]> | 2014-12-15 17:59:13 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-15 18:26:41 -0800 |
| commit | 57705e7d85f83c7c4d46e36519ab46f79f49821c (patch) | |
| tree | ee67593c0932620945118aeb3c7a433607e9a2f4 | |
| parent | 63aff57cb6655fe849ba8afcfabad0ce90bb99bc (diff) | |
| download | bootstrap-57705e7d85f83c7c4d46e36519ab46f79f49821c.tar.xz bootstrap-57705e7d85f83c7c4d46e36519ab46f79f49821c.zip | |
bump min Firefox in Autoprefixer config to v31 (latest ESR)
| -rw-r--r-- | grunt/configBridge.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grunt/configBridge.json b/grunt/configBridge.json index c6d616484..54fa7cef4 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 +} |
