From 09082352ff222bd2e0f16891a4adbfb74d256655 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Wed, 10 Jan 2018 08:56:10 -0800 Subject: [PATCH] Update index.md --- docs/tutorial/part-two/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/part-two/index.md b/docs/tutorial/part-two/index.md index 6fecf3b4c73b7..34d697d12f5af 100644 --- a/docs/tutorial/part-two/index.md +++ b/docs/tutorial/part-two/index.md @@ -312,7 +312,7 @@ one very popular method: CSS Modules. ### CSS-in-JS -While we won't cover CSS-in-JS in this initial tutorial, we encourage you to explore CSS-in-JS libraries as these solve many of the problems with traditional CSS plus help make your React components even smarter. There are mini-tutorials for two libraries, [Glamor](https://www.gatsbyjs.org/docs/glamor/) and [Styled Components](https://www.gatsbyjs.org/docs/styled-components/). Check out the following resources for background reading on CSS-in-JS: +While we won't cover CSS-in-JS in this initial tutorial, we encourage you to explore CSS-in-JS libraries as these solve many of the problems with traditional CSS plus help make your React components even smarter. There are mini-tutorials for two libraries, [Glamor](/docs/glamor/) and [Styled Components](/docs/styled-components/). Check out the following resources for background reading on CSS-in-JS: [Christopher "vjeux" Chedeau's 2014 presentation that sparked this movement](https://speakerdeck.com/vjeux/react-css-in-js) as well as