2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Update svgo.yml.

This commit is contained in:
XhmikosR
2018-09-16 02:23:07 +03:00
parent c3d93b34ba
commit 8bfecc7dc6
+2 -2
View File
@@ -6,7 +6,7 @@
# replace default config # replace default config
multipass: true multipass: true
full: true #full: true
# https://github.com/svg/svgo/blob/master/lib/svgo/js2svg.js#L6 for more config options # https://github.com/svg/svgo/blob/master/lib/svgo/js2svg.js#L6 for more config options
@@ -48,5 +48,5 @@ plugins:
- removeUselessStrokeAndFill: true - removeUselessStrokeAndFill: true
- removeViewBox: false - removeViewBox: false
- removeXMLNS: false - removeXMLNS: false
- removeXMLProcInst: false - removeXMLProcInst: true
- sortAttrs: true - sortAttrs: true