Skip to content

Commit

Permalink
only use 2 lastest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
djp424 committed Apr 19, 2016
1 parent b66e9e0 commit 5b135c6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions gulp.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ gulp.task('sass', function () {
.pipe(gulp.dest('./css'))
.pipe(autoprefixer({
browsers: [
'last 2 versions',
'ie 8',
'ie 9',
'android 2.3',
'android 4',
'opera 12'
'last 2 versions'
]
}))
.pipe(gulp.dest('dist'))
Expand Down

0 comments on commit 5b135c6

Please sign in to comment.