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:
Diffstat (limited to 'build/svgo.yml')
-rw-r--r--build/svgo.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/build/svgo.yml b/build/svgo.yml
index a12cf421c4..047e6947f0 100644
--- a/build/svgo.yml
+++ b/build/svgo.yml
@@ -15,6 +15,10 @@ js2svg:
indent: 2
plugins:
+ # remove this with IE 11 is no longer supported
+ - addAttributesToSVGElement:
+ attributes:
+ - focusable: false
- cleanupAttrs: true
- cleanupEnableBackground: true
- cleanupIDs: true
@@ -41,8 +45,9 @@ plugins:
- removeHiddenElems: true
- removeMetadata: true
- removeNonInheritableGroupAttrs: true
- - removeTitle: true
- - removeUnknownsAndDefaults: true
+ - removeTitle: false
+ - removeUnknownsAndDefaults:
+ keepRoleAttr: true
- removeUnusedNS: true
- removeUselessDefs: true
- removeUselessStrokeAndFill: true