Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-09-16 02:23:07 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-09-16 18:06:24 +0300
commit8bfecc7dc6aa346b07fb3e1a12119cd156af3348 (patch)
tree60cabdee63f499da778854a87e4a4ffa0419d1c9 /build
parentc3d93b34bae64531a2d94306344c90d5c4ce958b (diff)
Update svgo.yml.
Diffstat (limited to 'build')
-rw-r--r--build/svgo.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/svgo.yml b/build/svgo.yml
index 3d6a039d55..a12cf421c4 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