ArthurHub / ArthurHub/HTML-Renderer

css class names with periods don't work

Open
#168 0 comments 0 reactions 0 assignees View on GitHub
bug CSS
Dominant language
C#
Stars
1.4k
Forks
550
Avg merge
14d 9h
Merged PRs (30d)
1

Description

Consider

property

This CSS should work, but doesn't:

``` css
.token.property {
color: #c92c2c;
}
```

But this does

``` css
.property {
color: #c92c2c;
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.