X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=gulpfile.js;h=1214585d211bd637c18e63ff02ebe289bd9a107b;hb=f23a4cdda92ebb6dc7ef9721f50cc1dcbd5ca79e;hp=1eb0d6ba316eca5bd8e0babdf27e8e9983bd6af4;hpb=2df87a94f5bcd538799b8684139525d79d8c0af5;p=koha-ffzg.git diff --git a/gulpfile.js b/gulpfile.js index 1eb0d6ba31..1214585d21 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -52,7 +52,7 @@ gulp.task('build', function() { return gulp.src( css_base + "/src/**/*.scss" ) .pipe(sass( sassOptions ).on('error', sass.logError)) .pipe(autoprefixer()) - .pipe(cssnano()) + .pipe(cssnano({ zindex: false })) .pipe(gulp.dest( css_base )); });