diff options
| author | Chris Rebert <[email protected]> | 2015-01-05 11:20:30 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-01-05 11:20:30 -0800 |
| commit | 6cb417616ca9524d364742c0e32e374416ef2fec (patch) | |
| tree | 895ff863819532a69a5ac943d41e1a0b8dad0d18 /Gruntfile.js | |
| parent | 615eb99067a4a218f77fe912370fefcdeecad1cf (diff) | |
| parent | 9b4296b565df4f0fac4a9d669b8b9c9c0ca97df9 (diff) | |
| download | bootstrap-6cb417616ca9524d364742c0e32e374416ef2fec.tar.xz bootstrap-6cb417616ca9524d364742c0e32e374416ef2fec.zip | |
Merge pull request #26 from twbs/autoprefixer-bump-mac-safari
bump min OS X Safari in Autoprefixer config to v7.1
Diffstat (limited to 'Gruntfile.js')
| -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: { |
