mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update svgo.yml. (#29089)
This commit is contained in:
parent
e7890d1562
commit
ae0baff087
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,9 @@ js2svg:
|
||||||
indent: 2
|
indent: 2
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
|
# - addAttributesToSVGElement:
|
||||||
|
# attributes:
|
||||||
|
# - focusable: false
|
||||||
- cleanupAttrs: true
|
- cleanupAttrs: true
|
||||||
- cleanupEnableBackground: true
|
- cleanupEnableBackground: true
|
||||||
- cleanupIDs: true
|
- cleanupIDs: true
|
||||||
|
@ -31,6 +34,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
|
||||||
|
|
Loading…
Reference in a new issue