Drop Android 3 support, update compiled CSS

This commit is contained in:
Daniel Eden 2015-03-18 17:08:46 -07:00
parent 2f066f8336
commit 8a50e90511
5 changed files with 4 additions and 216 deletions

View File

@ -17,7 +17,7 @@ module.exports = function(grunt) {
autoprefixer: { // https://github.com/nDmitry/grunt-autoprefixer
options: {
browsers: ['last 2 versions', 'bb 10', 'android 3']
browsers: ['last 2 versions', 'bb 10']
},
no_dest: {
src: 'animate.css' // output file

212
animate.css vendored

File diff suppressed because it is too large Load Diff

2
animate.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "animate.css",
"version": "3.2.4",
"version": "3.2.5",
"main": "./animate.css",
"ignore": [
".*",

View File

@ -1,6 +1,6 @@
{
"name": "animate.css",
"version": "3.2.4",
"version": "3.2.5",
"repository": {
"type": "git",
"url": "https://github.com/daneden/animate.css.git"