nextjs-with-scss icon indicating copy to clipboard operation
nextjs-with-scss copied to clipboard

Next.js works with external SCSS files

Next.js with SCSS

An example of making Next.js able to import external SCSS files with styled-jsx-css-loader.

There is a known issue, the @imported SCSS files are not watched by Next.js and won't trigger hot reload.