From bb418e8e77f21cd6b2b672fdea2ebcbcd35f5ca5 Mon Sep 17 00:00:00 2001 From: Megan Laing Date: Thu, 1 Feb 2018 14:41:30 -0500 Subject: [PATCH] Asks that cssnano ignore z-index --- Gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gulpfile.js b/Gulpfile.js index e03ab7e..89be595 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -63,7 +63,7 @@ gulp.task('sass', function() { // runs autoprefixer and compresses CSS after compiling var processors = [ autoprefixer(defaults.autoprefixer), - cssnano + cssnano({ zindex: false }) ]; // Run on all file defaults defined in var scsss return gulp.src(defaults.scss)