nextjs-with-scss
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 @import
ed SCSS files are not watched by Next.js and won't trigger hot reload.