mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
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:
committed by
Alex Krolick
parent
06a8850b2f
commit
5c3f61d312
@@ -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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user