CSS
Next.js has built-in support for styled-jsx(CSS in JS lib)
Can also import .css and .scss files
Tailwind
https://github.com/vercel/next.js/tree/canary/examples/with-tailwindcss
postcss.config.js
tailwind.config.js
styles/index.css
Last updated