Advertisement
optyler

svgo.config.yml

Mar 29th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.23 KB | None | 0 0
  1. full: false
  2. plugins:
  3.   - collapseGroups: true
  4.   - minify: true
  5.   - removeAttrs:
  6.       attrs: '(fill|stroke)'
  7.   - removeComments: true
  8.   - removeDoctype: true
  9.   - removeMetadata: true
  10.   - removeTitle: true
  11.   - removeUnusedNS: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement