Consider <span class="token property">property</span> This CSS should work, but doesn't: ``` css .token.property { color: #c92c2c; } ``` But this does ``` css .property { color: #c92c2c; } ```
Consider
This CSS should work, but doesn't:
But this does