emogrifier
emogrifier copied to clipboard
Converts CSS styles into inline style attributes in your HTML code.
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...
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...
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...
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...
## 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...
We're not using it anymore.
We should do this in small, self-contained PRs.
This will allow us to upgrade to higher PHP language levels more easily.
This should help improve performance a bit.