You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/with-styled-components/README.md
-2
Original file line number
Diff line number
Diff line change
@@ -29,5 +29,3 @@ now
29
29
This example features how you 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 [styled-components](https://github.com/styled-components/styled-components).
30
30
31
31
For this purpose we are extending the `<Document />` and injecting the server side rendered styles into the `<head>`.
32
-
33
-
# WARNING This example uses styled-components v2 which is currently in BETA
0 commit comments