らしい。
styled-jsxとnext.jsは同じZeitが作っているので、
next.jsで使いたいときはなにもインストールする必要がなく、そのまま書ける。
<div className="container">{children}</div> <style jsx>{` .container { width: 1000px; margin: auto; } `}</style>
らしい。
styled-jsxとnext.jsは同じZeitが作っているので、
next.jsで使いたいときはなにもインストールする必要がなく、そのまま書ける。
<div className="container">{children}</div> <style jsx>{` .container { width: 1000px; margin: auto; } `}</style>