What I'm trying to do: I have (at the moment) 7 colors as variables. I want to be able to use them in several places and iterate over them.
This is what I have that do not work
@color1:
What do I need? I want this as a result
.color1:hover{color
What is the problem? I cannot find a way to evalute @tmp @num to get the actual variable.
UPDATE The ideal answer suggested by Ash Hitchcock below.
source share