mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update svgo.yml.
This commit is contained in:
parent
c3d93b34ba
commit
8bfecc7dc6
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# replace default config
|
||||
|
||||
multipass: true
|
||||
full: true
|
||||
#full: true
|
||||
|
||||
# https://github.com/svg/svgo/blob/master/lib/svgo/js2svg.js#L6 for more config options
|
||||
|
||||
|
@ -48,5 +48,5 @@ plugins:
|
|||
- removeUselessStrokeAndFill: true
|
||||
- removeViewBox: false
|
||||
- removeXMLNS: false
|
||||
- removeXMLProcInst: false
|
||||
- removeXMLProcInst: true
|
||||
- sortAttrs: true
|
||||
|
|
Loading…
Reference in a new issue