We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4a662 commit 3b91355Copy full SHA for 3b91355
readme.md
@@ -129,10 +129,17 @@ export default () => (
129
}
130
131
`}</style>
132
+ <style global jsx>{`
133
+ body {
134
+ background: black;
135
+ }
136
+ `}</style>
137
</div>
138
)
139
```
140
141
+Please see the [styled-jsx documentation](https://github.com/zeit/styled-jsx) for more examples.
142
+
143
#### CSS-in-JS
144
145
<p><details>
0 commit comments