以下の内容はhttps://tech.motoki-watanabe.net/entry/2020/06/26/023910より取得しました。


Next.jsでstyled-jsxは最初から使える

らしい。

qiita.com

styled-jsxとnext.jsは同じZeitが作っているので、

inside.dmm.com

github.com

next.jsで使いたいときはなにもインストールする必要がなく、そのまま書ける。

      <div className="container">{children}</div>
      <style jsx>{`
        .container {
          width: 1000px;
          margin: auto;
        }
      `}</style>



以上の内容はhttps://tech.motoki-watanabe.net/entry/2020/06/26/023910より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14