Skip to content

Commit 149c495

Browse files
authored
Removed Line breaks
1 parent 7416caf commit 149c495

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

content/docs/faq-styling.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,10 @@ CSS classes are generally more efficient than inline styles.
4242

4343
CSS-in-JS refers to a pattern where CSS is written with Javascript, then extracted into a stylesheet.
4444

45-
46-
4745
[Comparison of CSS-in-JS Libraries](https://github.com/MicheleBertoli/css-in-js)
4846

4947
_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, define your styles in a separate `*.css` file and refer them using `className`.
5048

51-
5249
### Can I do animations in React?
5350

5451
React can be used to power animations. See [React Transition Group](https://reactcommunity.org/react-transition-group/) and [React Motion](https://github.com/chenglou/react-motion), for example.

0 commit comments

Comments
 (0)