From 2b8eebb4b89b8c2006dbfb80ccda576b32e04c57 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 19 Feb 2019 16:46:56 +0200 Subject: Remove `focusable="false"` from SVGs. --- build/svgo.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'build') 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 -- cgit v1.2.3