You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really want to know how this plugin handles the style attribute in two SVG icons, including the class with the same name .
for example :
svg-1: { .class-one }
svg-2: { .class-one }
The text was updated successfully, but these errors were encountered:
unfortunately this is not covered by this loader. This loader will only swap your image tag with contents of your SVG file. If you have defined some classes in your SVG file, they will end up in your code exactly same way, you have them in your SVG file - possibly overwriting already existing class names. You can imagine it like simple copy-paste operation.
If you have more questions, feel free to ask here.
I really want to know how this plugin handles the style attribute in two SVG icons, including the class with the same name .
for example :
svg-1: { .class-one }
svg-2: { .class-one }
The text was updated successfully, but these errors were encountered: