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

We should document that this works both with pure CSS as well as with `style` nodes.

documentation
hacktoberfest

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)...

cleanup
documentation
hacktoberfest

We need to include the `symfony/polyfill-php80` package for that.

cleanup
hacktoberfest

```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...

bug

- 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...

cleanup

https://github.com/MyIntervals/emogrifier/issues/962#issuecomment-805988157

documentation
hacktoberfest

This will reduce the number of non-hidden files/directories. Like here: https://github.com/sebastianbergmann/phpunit/

cleanup
hacktoberfest

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

enhancement