diff options
| author | XhmikosR <[email protected]> | 2018-09-16 02:23:07 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-09-16 18:06:24 +0300 |
| commit | 8bfecc7dc6aa346b07fb3e1a12119cd156af3348 (patch) | |
| tree | 60cabdee63f499da778854a87e4a4ffa0419d1c9 | |
| parent | c3d93b34bae64531a2d94306344c90d5c4ce958b (diff) | |
| download | bootstrap-8bfecc7dc6aa346b07fb3e1a12119cd156af3348.tar.xz bootstrap-8bfecc7dc6aa346b07fb3e1a12119cd156af3348.zip | |
Update svgo.yml.
| -rw-r--r-- | build/svgo.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/svgo.yml b/build/svgo.yml index 3d6a039d5..a12cf421c 100644 --- a/build/svgo.yml +++ b/build/svgo.yml @@ -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 |
