It is my understanding that GSS does not support this syntax:
#selector {
myBGC == #f00;
background-color :== myBGC;
}
#another-selector {
background-color :== #selector[background-color];
}
I was unable to make this snippet work with any variation of variable declaration, type of color syntax used (i.e. blue, #fff, rgb(1, 2, 3))
Is binding to background-color and other color-related items supported? Or is that something I would have to handle myself manually, or by using another CSS/JS framework?