Skip to content

Commit f9f5605

Browse files
committed
docs: Sync README texts
1 parent a525266 commit f9f5605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
[<img alt="codecov.io" src="https://img.shields.io/codecov/c/gh/Stranger6667/css-inline?logo=codecov&style=flat-square&token=tOzvV4kDY0" height="20">](https://app.codecov.io/github/Stranger6667/css-inline)
77
[<img alt="gitter" src="https://img.shields.io/gitter/room/Stranger6667/css-inline?style=flat-square" height="20">](https://gitter.im/Stranger6667/css-inline)
88

9-
`css-inline` inlines CSS into HTML documents, using components from Mozilla's Servo project.
9+
`css_inline` is a high-performance library for inlining CSS into HTML 'style' attributes.
1010

11-
This process is essential for sending HTML emails as you need to use "style" attributes instead of "style" tags.
11+
This library is designed for scenarios such as preparing HTML emails or embedding HTML into third-party web pages.
1212

1313
For instance, the crate transforms HTML like this:
1414

0 commit comments

Comments
 (0)