danfickle / danfickle/openhtmltopdf
CSS is case sensitive
Open
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 423
- PR merge metrics
- No merged PRs in 30d
Description
For the following html
```
Lorem ipsum
```
This CSS changes the div color
```
.foo { color: red; }
```
But this CSS doesn't changesthe div color
```
.FOO { color: red; }
```
CSS selectors should not be case sensitive.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.