Skip to content

Commit

Permalink
Merge pull request #374 from eltonmesquita/patch-1
Browse files Browse the repository at this point in the history
Updated Autoprefixer to last 2 browser versions
  • Loading branch information
daneden committed Mar 19, 2015
2 parents 73375a8 + 0f56570 commit 674ac4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = function(grunt) {

autoprefixer: { // https://github.com/nDmitry/grunt-autoprefixer
options: {
browsers: ['last 3 versions', 'bb 10', 'android 3']
browsers: ['last 2 versions', 'bb 10', 'android 3']
},
no_dest: {
src: 'animate.css' // output file
Expand Down

0 comments on commit 674ac4a

Please sign in to comment.