Skip to content

Commit

Permalink
css: Remove IE < 11 and Android 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Apr 11, 2018
1 parent eead92e commit aba47c2
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -670,12 +670,9 @@ module.exports = (grunt) ->
require("autoprefixer")(
browsers: [
"last 2 versions"
"android >= 2.3"
"bb >= 7"
"bb >= 10"
"Firefox ESR"
"ie > 8"
"ios 5"
"opera 12.1"
"ie > 10"
]
)
]
Expand Down Expand Up @@ -708,12 +705,9 @@ module.exports = (grunt) ->
require("autoprefixer")(
browsers: [
"last 2 versions"
"android >= 2.3"
"bb >= 7"
"bb >= 10"
"Firefox ESR"
"ie >= 8"
"ios 5"
"opera 12.1"
"ie > 10"
]
)
]
Expand Down

0 comments on commit aba47c2

Please sign in to comment.