Skip to content

Instantly share code, notes, and snippets.

@kyleknighted
Last active August 21, 2018 14:26
Show Gist options
  • Save kyleknighted/b26ef4a37fc594ab69cf9e19572a9766 to your computer and use it in GitHub Desktop.
Save kyleknighted/b26ef4a37fc594ab69cf9e19572a9766 to your computer and use it in GitHub Desktop.
Automating SVG Icon Management with Sketch and Makefiles
{
"plugins": [
{
"removeTitle": true
},
{
"cleanupNumericValues": {
"floatPrecision": 2
}
},
{
"convertColors": {
"currentColor": true
}
},
{
"cleanupIDs": {
"minify": true
}
},
{
"removeViewBox": false
},
{
"removeDimensions": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment