Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: disabled optimization on svg ids
Browse files Browse the repository at this point in the history
  • Loading branch information
goga-m committed Jul 15, 2020
1 parent f13ab24 commit e9efaeb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .svgo.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
plugins:
- removeViewBox: false
- convertStyleToAttrs: true
- removeViewBox: false
- convertStyleToAttrs: true
- cleanupIDs: false

0 comments on commit e9efaeb

Please sign in to comment.