
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
email-styles
Advanced tools
Light weight CSS framework for emails.
Need professional looking emails? Stylize your emails for Gmail, Hotmail, Outlook and more with Email Styles CSS framework.
See DEMO.
NOTE: Not all email client compatibility support certain HTML and CSS tags. Keep this in mind when preparing your email template.
Copy and paste dist/style.min.css
or user node:
npm install email-styles
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>
<head>
<style type="text/css">
<!-- COPY CONTENT FROM style.min.css HERE!!!!!! -->
</style>
</head>
</html>
This is the recomended structure to use with the framework:
<html>
<head>
<style type="text/css">
<!-- COPY CONTENT FROM style.min.css HERE!!!!!! -->
</style>
</head>
<body>
<div class="container">
<div class="header">
<!-- Your logo or company name here -->
</div>
<div class="content">
<!-- Email content here -->
</div>
<div class="footer">
<!-- Copyright and links info here -->
</div>
</div>
</body>
</html>
Then use the provided CSS classes.
The MIT License (MIT)
Copyright (c) 2019 10Quality.
FAQs
Light weight CSS framework for emails.
The npm package email-styles receives a total of 0 weekly downloads. As such, email-styles popularity was classified as not popular.
We found that email-styles demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.