diff options
| author | XhmikosR <[email protected]> | 2019-07-22 11:00:09 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-31 11:37:39 +0300 |
| commit | 0f376c1107e27298319396ff910bac562de2a59d (patch) | |
| tree | bf9b067a526e04b5614c692cc46f4013a3b2e26d | |
| parent | b66abdf3b10fe136bf39611883902de28c15613a (diff) | |
| download | bootstrap-0f376c1107e27298319396ff910bac562de2a59d.tar.xz bootstrap-0f376c1107e27298319396ff910bac562de2a59d.zip | |
Update svgo.yml. (#29089)
| -rw-r--r-- | build/svgo.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/svgo.yml b/build/svgo.yml index 047e6947f..1b592f00f 100644 --- a/build/svgo.yml +++ b/build/svgo.yml @@ -35,6 +35,9 @@ plugins: - minifyStyles: true - moveElemsAttrsToGroup: true - moveGroupAttrsToElems: true + - removeAttrs: + attrs: + - "data-name" - removeComments: true - removeDesc: true - removeDoctype: true |
