emogrifier icon indicating copy to clipboard operation
emogrifier copied to clipboard

Converts CSS styles into inline style attributes in your HTML code.

Results 95 emogrifier issues
Sort by recently updated
recently updated
newest added

Example in #508. When the resultant inline style is something like `margin-top: 0; margin: 1em;`, the individual property `margin-top: 0` is completely overridden by the shorthand `margin: 1em` and could...

enhancement

Hi, Is it already possible to convert CSS variables into inline values? For example... - The HTML email being sent needs per-site brand colours used (eg button background). - Have...

enhancement
discussion

A single-line function/method declaration has the code-block opening brace on the next line: ```php function a() { ``` Multiline declarations have this on the same line as the closing parenthesis...

discussion
coding style

Sometimes it is necessary to have inline styles include !important. For example to remove link underlining in Windows 10 Mail. However, it seems that Emogrifier drops the !important when inlining...

enhancement

## Goal We want PHPStan to find even more possible problems - like in PHPStan version 2.0, but earlier. ## Acceptance Criteria - [ ] We use `checkImplicitMixed: true` in...

hacktoberfest

We're not using it anymore.

documentation
hacktoberfest

We should do this in small, self-contained PRs.

cleanup
dependencies
hacktoberfest

This will allow us to upgrade to higher PHP language levels more easily.

enhancement
hacktoberfest

This should help improve performance a bit.