From 3b91355c9ec9c22c8fc8a186a061e4457ba183b1 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Wed, 10 May 2017 10:25:56 +0200 Subject: [PATCH] Improve styled-jsx section of readme (#1932) * Document style global jsx * Add notice that styled-jsx docs contain more examples --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 6211d932..17c4041e 100644 --- a/readme.md +++ b/readme.md @@ -129,10 +129,17 @@ export default () => ( } } `} + ) ``` +Please see the [styled-jsx documentation](https://github.com/zeit/styled-jsx) for more examples. + #### CSS-in-JS