Skip to content

Commit 5c3f61d

Browse files
Simekalexkrolick
authored andcommitted
Small changes to "classnames" tip (reactjs#1151)
Just two small changes on "Styling and CSS" page: * tip regarding "classnames" has been placed in quote box to visually emphasize it * link to "classnames" package now points to React related section on the page
1 parent 06a8850 commit 5c3f61d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/docs/faq-styling.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ render() {
2828
}
2929
```
3030

31-
If you often find yourself writing code like this, [classnames](https://www.npmjs.com/package/classnames) package can simplify it.
31+
>Tip
32+
>
33+
>If you often find yourself writing code like this, [classnames](https://www.npmjs.com/package/classnames#usage-with-reactjs) package can simplify it.
3234
3335
### Can I use inline styles?
3436

0 commit comments

Comments
 (0)