mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Point to styled-jsx npm package's readme (#2085)
As we add new features and update README.md in zeit/styled-jsx people ask questions, typically why doesn't x works. Master shouldn't be the source of truth, better link to the npm package's landing page.
This commit is contained in:
parent
6fe552601b
commit
98fb1a0df1
|
@ -146,7 +146,7 @@ export default () => (
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
Please see the [styled-jsx documentation](https://github.com/zeit/styled-jsx) for more examples.
|
Please see the [styled-jsx documentation](https://www.npmjs.com/package/styled-jsx) for more examples.
|
||||||
|
|
||||||
#### CSS-in-JS
|
#### CSS-in-JS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue