Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/10quality/email-styles
CSS framework that enhances the look and feel of emails.
https://github.com/10quality/email-styles
Last synced: 5 days ago
JSON representation
CSS framework that enhances the look and feel of emails.
- Host: GitHub
- URL: https://github.com/10quality/email-styles
- Owner: 10quality
- License: mit
- Created: 2016-03-23T21:12:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T18:30:28.000Z (over 5 years ago)
- Last Synced: 2024-11-08T09:37:49.443Z (11 days ago)
- Language: CSS
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Email Styles
Light weight CSS framework for emails.
Need professional looking emails? Stylize your emails for Gmail, Hotmail, Outlook and more with *Email Styles* CSS framework.
- [Usage](#usage)
- [Basic Structure](#basic-structure)
- [License](#license)See [DEMO](http://codepen.io/amostajo/pen/RRkygo).
*NOTE:* Not all email client [compatibility](https://caniuse.email/) support certain HTML and CSS tags. Keep this in mind when preparing your email template.
## Install
Copy and paste `dist/style.min.css` or user node:
```
npm install email-styles
```## Usage
To use the framework, simply copy the content of the minified version, located at `dist/style.min.css`, in your emails template `head` section:
```html
<!-- COPY CONTENT FROM style.min.css HERE!!!!!! -->
```
### Basic Structure
This is the recomended structure to use with the framework:
```html
<!-- COPY CONTENT FROM style.min.css HERE!!!!!! -->
```
Then use the provided CSS classes.
## License
The MIT License (MIT)
Copyright (c) 2019 [10Quality](https://www.10quality.com/).