Skip to content

Commit

Permalink
Proper autoprefixer query
Browse files Browse the repository at this point in the history
  • Loading branch information
berbaquero committed Nov 25, 2016
1 parent 538f424 commit 38f9de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -34,7 +34,7 @@ gulp.task('styles', function() {
console.error('Error', err.message);
})
.pipe(prefix({
browsers: ['last 2 versions']
browsers: ['last 2 versions', 'Safari >= 7']
}))
.pipe(groupMQ())
.pipe(gulp.dest(paths.distribution))
Expand Down

0 comments on commit 38f9de2

Please sign in to comment.