Ok, I'll just have it search for that exact original variable (ie.. background-color: black;) and replace it with what i changed it to for example (ie background-color: red;). Then I realized that more than one class could have background-color: black.
So I guess my question is, how would I pick out and change a specific variable in a css file?
If this is unclear or you need some source, please ask. thanks in advance.