piotrmarkiewicz

Results 1 issues of piotrmarkiewicz

If two svgs have same classes, classes overrides each other: ``` .circle_class{fill:red;} .circle_class{fill:green;} ``` To prevent this sitution, svg-react-loader colud add file name as class prefix using 'classIdPrefix' via gatsby-plugin-react-svg...

enhancement
help wanted