I have an inline SVG which I want to animate and I am doing it like so:
svg { animation: rotate 1s 0s infinite; } @