feather/svgo-config.yml
Cole Bemis 9cb49e1b6f style: Prevent SVGO from merging paths
This will allow each path to be individually manipulated with CSS.
2017-06-09 18:51:25 -07:00

5 lines
83 B
YAML

plugins:
- removeTitle: true
- convertShapeToPath: false
- mergePaths: false