Small changes to "classnames" tip (#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
This commit is contained in:
Bartosz Kaszubowski
2018-10-05 23:41:13 +02:00
committed by Alex Krolick
parent 06a8850b2f
commit 5c3f61d312

View File

@@ -28,7 +28,9 @@ render() {
}
```
If you often find yourself writing code like this, [classnames](https://www.npmjs.com/package/classnames) package can simplify it.
>Tip
>
>If you often find yourself writing code like this, [classnames](https://www.npmjs.com/package/classnames#usage-with-reactjs) package can simplify it.
### Can I use inline styles?