andrewdavey / andrewdavey/cassette
CSS: content: "“"; error
Open
Bug
- Dominant language
- C#
- Stars
- 531
- Forks
- 139
- PR merge metrics
- No merged PRs in 30d
Description
Double quotation marks within a CSS content property are being replaced with "�" char on output.
Example CSS:
```
blockquote p::after {
content: "“";
}
```
Running v1.2.1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.