Skip to content

Commit 1f6b089

Browse files
committed
Fix icon build process.
1 parent 56818c7 commit 1f6b089

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulpfile.babel.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ gulp.task("icons", () => {
154154
.pipe(svgmin({
155155
plugins: [
156156
{removeAttrs: {attrs: "fill"}},
157-
{removeStyleElement: true}
157+
{removeStyleElement: true},
158+
{removeViewBox: false},
158159
]}
159160
))
160161
.pipe(svgstore({inlineSvg: true}))

0 commit comments

Comments
 (0)