diff --git a/gulpfile.js b/gulpfile.js index 01f8d39..1f3bc17 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -54,7 +54,10 @@ gulp.task("sass", function() { .pipe(sassLint.format()) .pipe(sassLint.failOnError()) .pipe(sass().on("error", sass.logError)) - .pipe(autoprefixer()) + .pipe(autoprefixer({ + browsers: ['last 2 versions'], + cascade: false + })) .pipe(sourcemaps.write('./')) .pipe(gulp.dest(paths.destination.css)) .pipe(notify({