Skip to content

css class names with periods don't work #168

Description

@tig

Consider

<span class="token property">property</span>

This CSS should work, but doesn't:

     .token.property {
    	color: #c92c2c;
    }

But this does

     .property {
    	color: #c92c2c;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions