danfickle / danfickle/openhtmltopdf

CSS is case sensitive

Open
#585 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.