mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Correct "yo" to "to" (#2078)
This commit is contained in:
parent
c443635945
commit
f0c646a366
|
@ -26,6 +26,6 @@ now
|
||||||
|
|
||||||
## The idea behind the example
|
## The idea behind the example
|
||||||
|
|
||||||
This example features how yo use a different styling solution than [styled-jsx](https://github.com/zeit/styled-jsx) that also supports universal styles. That means we can serve the required styles for the first render within the HTML and then load the rest in the client. In this case we are using [glamor](https://github.com/threepointone/glamor).
|
This example features how to use a different styling solution than [styled-jsx](https://github.com/zeit/styled-jsx) that also supports universal styles. That means we can serve the required styles for the first render within the HTML and then load the rest in the client. In this case we are using [glamor](https://github.com/threepointone/glamor).
|
||||||
|
|
||||||
For this purpose we are extending the `<Document />` and injecting the server side rendered styles into the `<head>`.
|
For this purpose we are extending the `<Document />` and injecting the server side rendered styles into the `<head>`.
|
||||||
|
|
Loading…
Reference in a new issue