Skip to content

Commit

Permalink
Merge pull request #63 from winkbrace/expand-docs
Browse files Browse the repository at this point in the history
Add extra line that explains how the inliner works. Fixes #60
  • Loading branch information
fedeisas committed Sep 13, 2019
2 parents 2f62621 + f10db28 commit c1cbdbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The goal of this package is to automate the process of inlining that CSS before

## How?
Using a wonderful [CSS inliner package](https://github.com/tijsverkoyen/CssToInlineStyles) wrapped in a SwiftMailer plugin and served as a Service Provider it just works without any configuration.
Since this is a SwiftMailer plugin, it will automatically inline your css when parsing an email template. You don't have to do anything!

Turns style tag:
```html
Expand Down

0 comments on commit c1cbdbe

Please sign in to comment.