Is declaring CSS variables in :root best practice?

a lot of the problems that a global variable could cause in a programming language dont really apply to css as its just a styling language, so i would say your pretty safe to use them in root, declaring them anywhere else would make them pretty useless tbh.

2 Likes