inky_integration
No security coverage
This module integrates Foundation for Emails into Drupal for email creation. It requires the XSL PHP extension to be installed and enabled.
Just install the module and it should just work? hopefully!
## Maintanence:
Periodically update inky_integration/css/foundation-for-emails.css from here:
https://github.com/foundation/foundation-emails/blob/develop/dist/founda...
## PHP setup:
Install/enable xsl extension. Composer will not allow installing this module without enabling this first.
## Dockerfile:
- apt-get update -y
- apt-get install -y libxslt1-dev
- docker-php-ext-install xsl