Skip to content

Commit

Permalink
fix(packages/theme-chalk/gulpfile.js): theme构建,gulp警告信息修复
Browse files Browse the repository at this point in the history
theme构建,gulp警告信息修复
  • Loading branch information
webxmsj committed Oct 23, 2020
1 parent 78266fe commit f857944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme-chalk/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function compile() {
.pipe(sass.sync())
.pipe(
autoprefixer({
browsers: ['ie > 9', 'last 2 versions'],
overrideBrowserslist: ['ie > 9', 'last 2 versions'],
cascade: false
})
)
Expand Down

0 comments on commit f857944

Please sign in to comment.