ArthurHub / ArthurHub/HTML-Renderer
css class names with periods don't work
Open
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.