Admittedly, this doesn't fit very well with the concept of atomic CSS. However, it is often a critical escape hatch in cases where we do not have control over the html, e.g., when dealing with text generated from markdown or wyiwg editors, and all other atomic-styling solutions I'm aware of support this feature to some degree.
Not supporting selectors is a deliberate decision and not something that will change, as documented in Background. If that is something you need I suggest looking at another library.
I'd like to have a way to specify rules for nested selectors, like:
Admittedly, this doesn't fit very well with the concept of atomic CSS. However, it is often a critical escape hatch in cases where we do not have control over the html, e.g., when dealing with text generated from markdown or wyiwg editors, and all other atomic-styling solutions I'm aware of support this feature to some degree.