From: XhmikosR Date: Mon, 22 Jul 2019 08:00:09 +0000 (+0300) Subject: Update svgo.yml. (#29089) X-Git-Tag: v5.0.0-alpha1~975 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae0baff08762cf356723c71e08afd470780751a5;p=thirdparty%2Fbootstrap.git Update svgo.yml. (#29089) --- 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