Inline SVG in CSS
So, I'm trying to figure a way to code the path information into a re-useable class (in this case the speech bubble shape) BUT still be able to change the stroke, fill and other SVG properties separately.
So far I've found it easy to restyle inline SVG in the HTML. Inline SVG in CSS-backgrounds works really well, but doesn't seem to let you restyle them.
Still experimenting.