Browse Source

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
main
Bartosz Kaszubowski 6 years ago
committed by Alex Krolick
parent
commit
5c3f61d312
  1. 4
      content/docs/faq-styling.md

4
content/docs/faq-styling.md

@ -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?

Loading…
Cancel
Save