style: Prevent SVGO from merging paths

This will allow each path to be individually manipulated with CSS.
This commit is contained in:
Cole Bemis 2017-06-09 18:41:01 -07:00 committed by Cole Bemis
parent 40f5908d49
commit 9cb49e1b6f

View File

@ -1,3 +1,4 @@
plugins:
- removeTitle: true
- convertShapeToPath: false
- mergePaths: false