Is there a way to apply classes in a way that's scoped to the svg instead of as global classes, using this tool? The provided SVG files from our designers all have the same global classes, so they all conflict.
Or is this just an issue we should resolve by modifying the svg by hand? It seems like we'll inevitably run into this problem again.
Edit: It appears inlineStyles
is the plugin necessary, but babel-plugin-inline-react-svg
is using an old version of svgo
which doesn't support it.