Is there a way to declare the following:
body.someclass { @maincolor:#somecolor;}
bidy.anotherclass { @maincolor:#anothercolor;}
also tried:
body.someclass {.maincolor {color:#somecolor;} }
body.anotherclass {.maincolor {color:#anothercolor;} }
I'm working on a website where each of there mainsections uses a different color... would be extremely helpfull :)