I have a css class like:
.foo { background-color: red; }
then I have a class specified for a list:
.list1 li { background-c
Afaik, this isn't possible (yet) I hope it will be in the future. I always just copy+paste whatever I want to be the same into the desired selector or put the selector names one after another:
.foo, .li, .whatever {styles}
Maybe someone else has another suggestion.