svg-sprite
svg-sprite copied to clipboard
Renamed class path
Hi !!
Hi, I have a problem with an svg, I am using class in the path to be able to apply a color through "sass in vue".
Instead of having multiple versions of a logo, according to its color, I load only one and change its color from the scss styles.
The problem is that I see that it adds a random letter to the class, modifying it. How can I prevent this?


Did you modify SVGO options? I believe this is related to the SVGO config.
Could you create a reproduction project on codesandbox?