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 919d86e commit f1b8309Copy full SHA for f1b8309
pages/_document.js
@@ -17,7 +17,7 @@ export default class Document extends NextDocument {
17
/>
18
<meta name="theme-color" content="#ff80cc" />
19
<link rel="manifest" href="/static/manifest.json" />
20
- <style jsx>
+ <style global jsx>
21
{
22
`
23
@import 'tachyons/css/tachyons.min.pure';
0 commit comments