prism-react-renderer icon indicating copy to clipboard operation
prism-react-renderer copied to clipboard

Theme doesn't support combined selectors

Open guoyunhe opened this issue 2 years ago • 0 comments

For example, I have different type of CSS selectors and I want to set different colors:

<span class="token selector">body</span>
<span class="token selector class">.card</span>

I cannot select .selector.class like what I do in CSS themes.

guoyunhe avatar Feb 24 '23 09:02 guoyunhe