Skip to content

Commit

Permalink
Add extra line that explains how the inliner works. Fixes #60
Browse files Browse the repository at this point in the history
  • Loading branch information
winkbrace committed Jun 24, 2019
1 parent e65e2ec commit f10db28
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 f10db28

Please sign in to comment.