Premailer extension for Grow.
Exposes a filter called premailer
that will take externally linked CSS and
inline it into all the matching selectors.
- Create an
extensions.txt
file within your pod. - Add to the file:
git+git://github.com/grow/grow-ext-premailer
- Run
grow install
. - Add the following section to
podspec.yaml
:
extensions:
preprocessors:
- extensions.premailer_ext.PremailerFilter