jonkemp / jonkemp/inline-css

Avoid applying styles to items to HTML, HEAD and items in HEAD

Open
#33 2 comments 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
JavaScript
Stars
438
Forks
77
PR merge metrics
No merged PRs in 30d

Description

I've got a reset style something like this:

```
* {
margin: 0;
padding: 0;
}
```

the result is:

```




Actionable email


```

I can't think of any reason why you would want to apply styling to items in the head. It might be a good idea to turn this off by default and allow it to be turned on in the options.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.