I would like to see the ability to create custom CSS without having to add it to an element.
example
say I have a div with ID about and it has an h2 or even a P
would love the ability to do #about . h2{color: red;} in the style sheet creating styles are important and sometimes I may create a style that is not tied to anything other than a javascript function telling it to change classes.