Skip to content

Commit f1b8309

Browse files
make tachyons global
1 parent 919d86e commit f1b8309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/_document.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default class Document extends NextDocument {
1717
/>
1818
<meta name="theme-color" content="#ff80cc" />
1919
<link rel="manifest" href="/static/manifest.json" />
20-
<style jsx>
20+
<style global jsx>
2121
{
2222
`
2323
@import 'tachyons/css/tachyons.min.pure';

0 commit comments

Comments
 (0)