Skip to content

Commit f20822f

Browse files
Update README.md
1 parent ef6c814 commit f20822f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Allows passing styles using a special `css` prop, similar how we would define in
332332
#### 15. Framework agnostic
333333

334334
Allows usage without, or with any framework. Some libraries are built specifically for React only.
335-
**NOTE**: some libraries like **Stitches**, **Emotion**, or **Treat** document only React usage, although they have a **core** that's framework agnostic.
335+
**NOTE**: some libraries like **Stitches** or **Emotion** document only React usage, although they have a **core** that's framework agnostic.
336336

337337
[⬆️ to overview](#overview)
338338

@@ -418,8 +418,7 @@ What they actually do:
418418

419419
With 100% static CSS, there would be actually no benefit. With dynamic pages that render very few elements on the server, and most components are rendered dynamically on the client, the benefit increases.
420420

421-
All solutions support this feature:
422-
- **Treat** is the only exception, because it extracts all styles as fully static `.css`;
421+
**EXCEPTION**: libraries that use [static CSS extraction](#9-css-static-css-extraction).
423422

424423
<br />
425424

0 commit comments

Comments
 (0)