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
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-19 17:46:56 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-20 23:05:45 +0300
commit2b8eebb4b89b8c2006dbfb80ccda576b32e04c57 (patch)
tree2cc8efbc1c43a6628b86c0231ebada22a45ff3a9 /build
parent089e3334a710ae5fddea3ec5bb1a83a8f786196c (diff)
Remove `focusable="false"` from SVGs.
Diffstat (limited to 'build')
-rw-r--r--build/svgo.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/svgo.yml b/build/svgo.yml
index 047e6947f0..84d0175228 100644
--- a/build/svgo.yml
+++ b/build/svgo.yml
@@ -15,10 +15,6 @@ js2svg:
indent: 2
plugins:
- # remove this with IE 11 is no longer supported
- - addAttributesToSVGElement:
- attributes:
- - focusable: false
- cleanupAttrs: true
- cleanupEnableBackground: true
- cleanupIDs: true