nested css declaration with pseudo classes in svg style tag not working
I have and SVg and adding tag inside svg and using nested css delcration syntax and wehn using & it gives error of some XMl error ; first see this html example <style type="text/css"> :root { --color-red: #FF5733; } div…