Skip to content

Commit 1cc8aa3

Browse files
authored
Remove outdated comparison
1 parent d0587fc commit 1cc8aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/faq-styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ CSS classes are generally better for performance than inline styles.
4242

4343
### What is CSS-in-JS? {#what-is-css-in-js}
4444

45-
"CSS-in-JS" refers to a pattern where CSS is composed using JavaScript instead of defined in external files. Read a comparison of CSS-in-JS libraries [here](https://github.com/MicheleBertoli/css-in-js).
45+
"CSS-in-JS" refers to a pattern where CSS is composed using JavaScript instead of defined in external files.
4646

4747
_Note that this functionality is not a part of React, but provided by third-party libraries._ React does not have an opinion about how styles are defined; if in doubt, a good starting point is to define your styles in a separate `*.css` file as usual and refer to them using [`className`](/docs/dom-elements.html#classname).
4848

0 commit comments

Comments
 (0)