From 5c3f61d3128b45dbd5d6a8099cce04404fc24990 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Fri, 5 Oct 2018 23:41:13 +0200 Subject: [PATCH] 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 --- content/docs/faq-styling.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/docs/faq-styling.md b/content/docs/faq-styling.md index aab26c110..3079b14ad 100644 --- a/content/docs/faq-styling.md +++ b/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?