Skip to content

Commit 8a50e90

Browse files
committed
Drop Android 3 support, update compiled CSS
1 parent 2f066f8 commit 8a50e90

File tree

5 files changed

+4
-216
lines changed

5 files changed

+4
-216
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 2 versions', 'bb 10', 'android 3']
20+
browsers: ['last 2 versions', 'bb 10']
2121
},
2222
no_dest: {
2323
src: 'animate.css' // output file

0 commit comments

Comments
 (0)