Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-07-22 11:00:09 +0300
committerGitHub <noreply@github.com>2019-07-22 11:00:09 +0300
commitae0baff08762cf356723c71e08afd470780751a5 (patch)
treefdd53d4abb943bb731732d070c4acb93f73c342f /build/svgo.yml
parente7890d1562695e09da76e0ca75258b178eccec52 (diff)
Update svgo.yml. (#29089)
Diffstat (limited to 'build/svgo.yml')
-rw-r--r--build/svgo.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/svgo.yml b/build/svgo.yml
index 84d0175228..67940d393e 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