0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

Update svgo.yml. (#29089)

This commit is contained in:
XhmikosR 2019-07-22 11:00:09 +03:00
parent b66abdf3b1
commit 0f376c1107

View File

@ -35,6 +35,9 @@ plugins:
- minifyStyles: true - minifyStyles: true
- moveElemsAttrsToGroup: true - moveElemsAttrsToGroup: true
- moveGroupAttrsToElems: true - moveGroupAttrsToElems: true
- removeAttrs:
attrs:
- "data-name"
- removeComments: true - removeComments: true
- removeDesc: true - removeDesc: true
- removeDoctype: true - removeDoctype: true