Skip to content

Commit 8daed2f

Browse files
authored
fixes incorrect explanation in readme
1 parent 04758f1 commit 8daed2f

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
@@ -19,8 +19,8 @@
1919
Existing packages like
2020
[get-css](https://github.com/cssstats/cssstats/tree/master/packages/get-css)
2121
look at a server-generated piece of HTML and get all the `<link>` and `<style>`
22-
tags from it. This works fine for 100% server rendered pages, and pages with
23-
CSS-in-JS styling.
22+
tags from it. This works fine for 100% server rendered pages 👍, but not for pages with
23+
CSS-in-JS styling 👎.
2424

2525
### Solution
2626

0 commit comments

Comments
 (0)