Reputation: 899
I'm setting properties of the :root pseudo class in this manner:
$(":root")[0].style.setProperty(variable, value);
If I wanted to reset all the properties precedently set, how can I do? Without specifying every variable set, assigning empty values.
Upvotes: 0
Views: 122