{"id":20140231,"url":"https://github.com/10quality/email-styles","last_synced_at":"2026-05-11T11:34:41.045Z","repository":{"id":57222897,"uuid":"54593324","full_name":"10quality/email-styles","owner":"10quality","description":"CSS framework that enhances the look and feel of emails.","archived":false,"fork":false,"pushed_at":"2019-04-15T18:30:28.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T10:19:47.323Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/10quality.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-23T21:12:00.000Z","updated_at":"2019-04-15T18:28:58.000Z","dependencies_parsed_at":"2022-08-25T12:22:05.065Z","dependency_job_id":null,"html_url":"https://github.com/10quality/email-styles","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10quality%2Femail-styles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10quality%2Femail-styles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10quality%2Femail-styles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10quality%2Femail-styles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/10quality","download_url":"https://codeload.github.com/10quality/email-styles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241583978,"owners_count":19986076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T21:49:49.298Z","updated_at":"2026-05-11T11:34:41.000Z","avatar_url":"https://github.com/10quality.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Email Styles\n\nLight weight CSS framework for emails.\n\nNeed professional looking emails? Stylize your emails for Gmail, Hotmail, Outlook and more with *Email Styles* CSS framework.\n\n-  [Usage](#usage)\n    -  [Basic Structure](#basic-structure)\n-  [License](#license)\n\nSee [DEMO](http://codepen.io/amostajo/pen/RRkygo).\n\n*NOTE:* Not all email client [compatibility](https://caniuse.email/) support certain HTML and CSS tags. Keep this in mind when preparing your email template.\n\n## Install\n\nCopy and paste `dist/style.min.css` or user node:\n\n```\nnpm install email-styles\n```\n\n## Usage\n\nTo use the framework, simply copy the content of the minified version, located at `dist/style.min.css`, in your emails template `head` section:\n\n```html\n\u003chtml\u003e\n    \u003chead\u003e\n        \u003cstyle type=\"text/css\"\u003e\n            \u003c!-- COPY CONTENT FROM style.min.css HERE!!!!!! --\u003e\n        \u003c/style\u003e\n    \u003c/head\u003e\n\u003c/html\u003e\n```\n\n### Basic Structure\n\nThis is the recomended structure to use with the framework:\n```html\n\u003chtml\u003e\n    \u003chead\u003e\n        \u003cstyle type=\"text/css\"\u003e\n            \u003c!-- COPY CONTENT FROM style.min.css HERE!!!!!! --\u003e\n        \u003c/style\u003e\n    \u003c/head\u003e\n    \u003cbody\u003e\n\n        \u003cdiv class=\"container\"\u003e\n\n            \u003cdiv class=\"header\"\u003e\n                \u003c!-- Your logo or company name here --\u003e  \n            \u003c/div\u003e\n\n            \u003cdiv class=\"content\"\u003e\n                \u003c!-- Email content here --\u003e  \n            \u003c/div\u003e\n\n            \u003cdiv class=\"footer\"\u003e\n                \u003c!-- Copyright and links info here --\u003e  \n            \u003c/div\u003e\n\n        \u003c/div\u003e\n\n    \u003c/body\u003e\n\u003c/html\u003e\n```\n\nThen use the provided CSS classes.\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2019 [10Quality](https://www.10quality.com/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F10quality%2Femail-styles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F10quality%2Femail-styles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F10quality%2Femail-styles/lists"}