From 95d10c43a76c6025dec64cb4a2b99d7d76b03b45 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Mon, 3 Sep 2018 00:44:37 +0200 Subject: [PATCH] Small changes to "classnames" tip 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 aab26c110d7..3079b14ad95 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?