We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f066f8 commit 8a50e90Copy full SHA for 8a50e90
5 files changed
Gruntfile.js
@@ -17,7 +17,7 @@ module.exports = function(grunt) {
17
18
autoprefixer: { // https://github.com/nDmitry/grunt-autoprefixer
19
options: {
20
- browsers: ['last 2 versions', 'bb 10', 'android 3']
+ browsers: ['last 2 versions', 'bb 10']
21
},
22
no_dest: {
23
src: 'animate.css' // output file
0 commit comments