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.
Installs: 1 015
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 5
Open Issues: 2
Type:typo3-cms-extension
Requires
- php: >= 5.5.0, <= 7.1.99
- typo3/cms-core: >= 7.6.0, <= 8.7.99
Replaces
- css2inline: 0.2.0
- typo3-ter/css2inline: 0.2.0
This package is auto-updated.
Last update: 2024-11-07 20:43:13 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 :)