From 1c08b6b2204d83143bd9b4547cc81329193e1663 Mon Sep 17 00:00:00 2001 From: Thefeli73 Date: Wed, 15 Jan 2020 15:50:57 +0100 Subject: [PATCH] remove gulp prefixing (done in scss) --- gulpfile.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index dc9028f..2e38190 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -194,12 +194,12 @@ var buildStyles = function (done) { outputStyle: 'compressed', sourceComments: false })) - .pipe(postcss([ - prefix({ - cascade: true, - remove: true - }) - ])) + //.pipe(postcss([ + // prefix({ + // cascade: true, + // remove: true + // }) + //])) //.pipe(rename({suffix: '.min'})) .pipe(postcss([ minify()