At risk of a torrent of downvotes, I will put it all on the line and ask: why aren't selectors allowed inside declarations?
jQuery's nice and all, but it's slower than CSS. Again, I loooooooooooooove jQuery, but a hammer isn't a saw.
Is there a good reason why selectors aren't allowed inside of declarations to make for fast dynamic pages?
Many thanks in advance!
Example
Why can't we do something like this?
.class1 {max-width: #element1.width}