Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# normalize.email.css

CSS resets for HTML emails
CSS resets for HTML emails

It's just a little css library for best default email compatibility. You can use it with your favourite email framework and self-coded templates.
It's just a little css library for best default email compatibility. You can use it with your favourite email framework and self-coded templates.

## What does it do?

- Preserves useful defaults for most email clients
- Makes native platform font styling
- Corrects some popular bugs
- Explains what code does using comments
- Preserves useful defaults for most email clients
- Makes native platform font styling
- Corrects some popular bugs
- Explains what code does using comments

Please let me know if comments not informative and must be detailed

## Contents

- normalize.css - must be inlined to your newsletter in production
- extra.css - must be placed between `<style>` tags in `<head>` of your newsletter in production
- outlook.css - must be placed between `<style>` tags with conditional comment in `<head>` of your newsletter in production. Check out example.html to learn correct code
- normalize.css - must be inlined to your newsletter in production
- extra.css - must be placed between `<style>` tags in `<head>` of your newsletter in production
- outlook.css - must be placed between `<style>` tags with conditional comment in `<head>` of your newsletter in production. Check out example.html to learn correct code

## Example

Expand Down