willthomson / grow-ext-premailer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grow-ext-premailer

Premailer extension for Grow.

Exposes a filter called premailer that will take externally linked CSS and inline it into all the matching selectors.

Usage

Initial setup

  1. Create an extensions.txt file within your pod.
  2. Add to the file: git+git://github.com/grow/grow-ext-premailer
  3. Run grow install.
  4. Add the following section to podspec.yaml:
extensions:
  preprocessors:
  - extensions.premailer_ext.PremailerFilter

About

License:MIT License


Languages

Language:Python 45.9%Language:HTML 41.0%Language:CSS 13.0%