Showing
1 changed file
with
1 additions
and
1 deletions
@@ -171,7 +171,7 @@ gulp.task('font', () => { | @@ -171,7 +171,7 @@ gulp.task('font', () => { | ||
171 | gulp.task('postcss', ['assets'], () => { | 171 | gulp.task('postcss', ['assets'], () => { |
172 | return gulp.src(['scss/base.css', 'scss/*/_index.css', '!scss/plugin/*', '!scss/common/*']) | 172 | return gulp.src(['scss/base.css', 'scss/*/_index.css', '!scss/plugin/*', '!scss/common/*']) |
173 | .pipe(postcss(postcssPlugin(env.pro))) | 173 | .pipe(postcss(postcssPlugin(env.pro))) |
174 | - .pipe(cssnano()) | 174 | + .pipe(cssnano({zindex: false })) |
175 | .pipe(rename((cssPath) => { | 175 | .pipe(rename((cssPath) => { |
176 | if (cssPath.dirname === '.') { | 176 | if (cssPath.dirname === '.') { |
177 | return; | 177 | return; |
-
Please register or login to post a comment