ArthurHub / ArthurHub/HTML-Renderer
css class names with periods don't work
オープン
bug
CSS
- 主要言語
- C#
- スター
- 1.4k
- フォーク
- 550
- 平均マージ
- 14日 9時間
- マージ済み PR(30日)
- 1
説明
Consider
property
This CSS should work, but doesn't:
``` css
.token.property {
color: #c92c2c;
}
```
But this does
``` css
.property {
color: #c92c2c;
}
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。