aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/svgo.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/svgo.yml b/build/svgo.yml
index 84d017522..67940d393 100644
--- a/build/svgo.yml
+++ b/build/svgo.yml
@@ -15,6 +15,9 @@ js2svg:
indent: 2
plugins:
+# - addAttributesToSVGElement:
+# attributes:
+# - focusable: false
- cleanupAttrs: true
- cleanupEnableBackground: true
- cleanupIDs: true
@@ -31,6 +34,9 @@ plugins:
- minifyStyles: true
- moveElemsAttrsToGroup: true
- moveGroupAttrsToElems: true
+ - removeAttrs:
+ attrs:
+ - "data-name"
- removeComments: true
- removeDesc: true
- removeDoctype: true