You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Fast CSS inlining for Python implemented in Rust.
8
8
Features:
9
9
10
10
- Removing ``style`` tags after inlining;
11
+
- Resolving external stylesheets (including local files);
11
12
- ... more features will be available soon
12
13
13
14
**NOTE**. This library is in active development and provides a small number of features at the moment, see ``Limitations`` sections below for more information.
@@ -89,7 +90,6 @@ Limitations
89
90
90
91
Currently (as of ``0.1.0``) there are the following notable limitations:
91
92
92
-
- External stylesheets are not resolved (`#8 <https://github.com/Stranger6667/css-inline/issues/8>`_)
93
93
- Inlined CSS is not minimized (`#12 <https://github.com/Stranger6667/css-inline/issues/12>`_)
94
94
- `class` and `id` attributes are not removed (`#13 <https://github.com/Stranger6667/css-inline/issues/13>`_)
0 commit comments