Skip to content

Commit

Permalink
Updated autoprefixer browsers to [ '> 5%', 'last 2 versions' ]
Browse files Browse the repository at this point in the history
  • Loading branch information
ataylorme committed May 8, 2015
1 parent 3ab2aba commit 3fa49ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/styles.js
Expand Up @@ -7,7 +7,7 @@ module.exports = function (gulp, $, handleErrors) {
.on('error', handleErrors)
// add browser prefixes
.pipe($.autoprefixer({
browsers: [ 'last 3 versions', 'safari 5', 'ie 8', 'ie 9', 'opera 12.1', 'ios 6', 'android 4' ]
browsers: [ '> 5%', 'last 2 versions' ]
}))
// minify css
.pipe($.minifyCss({
Expand Down

0 comments on commit 3fa49ef

Please sign in to comment.