diff options
| author | XhmikosR <[email protected]> | 2019-02-19 16:46:56 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-20 22:05:45 +0200 |
| commit | 2b8eebb4b89b8c2006dbfb80ccda576b32e04c57 (patch) | |
| tree | 2cc8efbc1c43a6628b86c0231ebada22a45ff3a9 /build | |
| parent | 089e3334a710ae5fddea3ec5bb1a83a8f786196c (diff) | |
| download | bootstrap-2b8eebb4b89b8c2006dbfb80ccda576b32e04c57.tar.xz bootstrap-2b8eebb4b89b8c2006dbfb80ccda576b32e04c57.zip | |
Remove `focusable="false"` from SVGs.
Diffstat (limited to 'build')
| -rw-r--r-- | build/svgo.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/svgo.yml b/build/svgo.yml index 047e6947f..84d017522 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 |
