Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
autoprefixer — support 2 last browser versions instead of 1
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Jan 5, 2016
1 parent b8d0cdb commit 4a14755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/build.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gulp.task('styles', () => {
precision: 10,
includePaths: ['.']
}).on('error', $.util.log))
.pipe($.autoprefixer({browsers: ['last 1 version']}))
.pipe($.autoprefixer({browsers: ['last 2 versions']}))
.pipe(gulp.dest('.tmp/styles'))
.pipe(reload({stream: true}));
});
Expand Down

0 comments on commit 4a14755

Please sign in to comment.