/nextjs-with-scss

Next.js works with external SCSS files

Primary LanguageJavaScript

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.