P233 / nextjs-with-scss

Next.js works with external SCSS files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Next.js works with external SCSS files


Languages

Language:JavaScript 54.4%Language:CSS 45.6%