We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73375a8 + 0f56570 commit 674ac4aCopy full SHA for 674ac4a
Gruntfile.js
@@ -17,7 +17,7 @@ module.exports = function(grunt) {
17
18
autoprefixer: { // https://github.com/nDmitry/grunt-autoprefixer
19
options: {
20
- browsers: ['last 3 versions', 'bb 10', 'android 3']
+ browsers: ['last 2 versions', 'bb 10', 'android 3']
21
},
22
no_dest: {
23
src: 'animate.css' // output file
0 commit comments