As Muhammad Majid Saleem answered, it's important to take into account that some SVG elements can be styled using CSS. CSS is not just for styling HTML.
Moreover, CSS selectors are used by selector engines like Sizzle (used by jQuery), and the native DOM methods querySelector and querySelectorAll. So, they are very important to be learned by developers and designers.