emogrifier
emogrifier copied to clipboard
Converts CSS styles into inline style attributes in your HTML code.
We should document that this works both with pure CSS as well as with `style` nodes.
Related to #1038. I've done some research concerning Markdown line lengths and XML indention. Markdown line length limit: - GitLab: [100 characters](https://docs.gitlab.com/ee/development/documentation/styleguide/#text) - GitLab: [complete paragraph in one single line](https://about.gitlab.com/handbook/markdown-guide/#paragraphs-breaks-and-horizontal-lines)...
We need to include the `symfony/polyfill-php80` package for that.
```sh php "./tools/psalm" -v ``` gives ```text Psalm 4.x-dev@ ``` But if Psalm is installed with Composer by adding the following to `composer.json` ```json "vimeo/psalm": "^4.7.0" ``` then ```sh php...
- use an array of commands instead of `&&` for executing two commands consecutively - use `@php` to run a PHP script - use `@composer` to run a Composer command...
https://github.com/MyIntervals/emogrifier/issues/962#issuecomment-805988157
This will reduce the number of non-hidden files/directories. Like here: https://github.com/sebastianbergmann/phpunit/
This will help us find which parts of the code need more (or better) unit tests. https://dev.to/alfredbez/adding-infection-to-an-existing-project-and-publishing-the-results-to-gitlab-merge-requests-502n