Skip to content

Commit 58235dd

Browse files
committed
chore: Add badges
1 parent 57253bd commit 58235dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# css-inline
2+
3+
[![ci](https://github.com/Stranger6667/css-inline/workflows/ci/badge.svg)](https://github.com/Stranger6667/css-inline/actions)
4+
[![Crates.io](https://img.shields.io/crates/v/css-inline.svg)](https://crates.io/crates/css-inline)
5+
[![docs.rs](https://docs.rs/css-inline/badge.svg?version=0.1.0)](https://docs.rs/css-inline/0.1.0/css-inline/)
6+
27
A crate for inlining CSS into HTML documents. When you send HTML emails you need to use "style" attributes instead of "style" tags.
38

49
For example, this HTML:

0 commit comments

Comments
 (0)