Skip to content

Commit 674ac4a

Browse files
committed
Merge pull request animate-css#374 from eltonmesquita/patch-1
Updated Autoprefixer to last 2 browser versions
2 parents 73375a8 + 0f56570 commit 674ac4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function(grunt) {
1717

1818
autoprefixer: { // https://github.com/nDmitry/grunt-autoprefixer
1919
options: {
20-
browsers: ['last 3 versions', 'bb 10', 'android 3']
20+
browsers: ['last 2 versions', 'bb 10', 'android 3']
2121
},
2222
no_dest: {
2323
src: 'animate.css' // output file

0 commit comments

Comments
 (0)