diff options
| author | Chris Rebert <[email protected]> | 2014-12-15 18:12:30 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-30 12:49:46 -0800 |
| commit | 473c75dc4ceeeb2d98bffb8f71435e6c0a6faa83 (patch) | |
| tree | 205114c30cf34e86cc97d86cb7e61aaa8197066e | |
| parent | edb6c07254a75e3c235a25909c8f46069707c9b0 (diff) | |
| download | bootstrap-473c75dc4ceeeb2d98bffb8f71435e6c0a6faa83.tar.xz bootstrap-473c75dc4ceeeb2d98bffb8f71435e6c0a6faa83.zip | |
bump min OS X Safari in Autoprefixer config to v7.1
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 582f4ac30..e9a3652f4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -163,7 +163,7 @@ module.exports = function (grunt) { 'Explorer >= 9', 'iOS >= 7', 'Opera >= 12', - 'Safari >= 6' + 'Safari >= 7.1' ] }, core: { |
