Skip to content

Commit

Permalink
fix: remove double ionicon css class on svg
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Oct 6, 2020
1 parent cb0b212 commit 81edbf2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/build.ts
Original file line number Diff line number Diff line change
@@ -69,11 +69,6 @@ async function optimizeSvgs(srcSvgData: SvgData[]) {
},
},
} as any,
{
addClassesToSVGElement: {
className: ['ionicon'],
},
},
{
removeStyleElement: true,
},

0 comments on commit 81edbf2

Please sign in to comment.