diff --git a/gulpfile.js b/gulpfile.js index 503eab2..10453e1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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))