diff options
| author | Chris Rebert <[email protected]> | 2015-01-07 19:15:52 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-01-07 19:15:52 -0800 |
| commit | 5951647b1ac4a770b674c38fcc689bb88c6f271b (patch) | |
| tree | f00e3b5f0ba8078240eda26d1d90ca16a74737d0 | |
| parent | 698b3a7ace2aa10a4937dacfce12323d4615fc74 (diff) | |
| parent | 3c6a307011f9688b6a10ffe343b2b8cef0e91c97 (diff) | |
| download | bootstrap-5951647b1ac4a770b674c38fcc689bb88c6f271b.tar.xz bootstrap-5951647b1ac4a770b674c38fcc689bb88c6f271b.zip | |
Merge pull request #25 from twbs/autoprefixer-bump-chrome
bump min Chrome in Autoprefixer to v35
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index e9a3652f4..19f9bcfdf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -158,7 +158,7 @@ module.exports = function (grunt) { browsers: [ 'Android 2.3', 'Android >= 4', - 'Chrome >= 20', + 'Chrome >= 35', 'Firefox >= 31', 'Explorer >= 9', 'iOS >= 7', |
