Skip to content

Instantly share code, notes, and snippets.

@AntonisFK
Last active October 12, 2018 19:22
Show Gist options
  • Save AntonisFK/4f9497204c0ffd442730dd0d242f5a11 to your computer and use it in GitHub Desktop.
Save AntonisFK/4f9497204c0ffd442730dd0d242f5a11 to your computer and use it in GitHub Desktop.

Useful tips

Move styles from style tag to inline

svgo path/to/file.svg --enable=inlineStyles --config '{ "plugins": [ { "inlineStyles": { "onlyMatchedOnce": false } }] }' --pretty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment