causal/css2inline

Moves the styles from CSS sheets into inline CSS, in order to comply with uncooperative email clients. Can be used as a post-processing stdWrap in TypoScript.

Maintainers

👁 xperseguers

Package info

github.com/xperseguers/t3ext-css2inline

Type:typo3-cms-extension

pkg:composer/causal/css2inline

Statistics

Installs: 1 021

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 2

0.2.0 2017-10-10 15:56 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

  • css2inline: 0.2.0
  • typo3-ter/css2inline: 0.2.0

GPL-2.0+ 47d37cbb6a700938e906f38d3c33aa309f607702

csshtmlstylesinlinenewslettersTYPO3 CMS

This package is auto-updated.

Last update: 2026-06-08 00:10:50 UTC


README

This is the official repository for css2inline.

Since the release of v0.2.0 to TER and packagist, the underlying library emogrifier is now updated and referenced via composer.

This makes this extension now a complete duplicate of the other TYPO3 extension emogrifier and will as such probably not be maintained anymore.

YOU ARE ADVISED TO UPDATE YOUR TYPOSCRIPT CONFIGURATION AND SWITCH NOW TO EXT:emogrifier.

This basically means replacing

page.10 = USER
page.10.userFunc = tx_css2inline_pi1->main

by

page.10 = EMOGRIFIER

for your newsletter definition :)