title |
---|
Install `sass` to Use Built-In Sass Support |
Using Next.js' built-in Sass support requires that you bring your own version of Sass.
Please install the sass
package in your project.
npm i sass
# or
yarn add sass
title |
---|
Install `sass` to Use Built-In Sass Support |
Using Next.js' built-in Sass support requires that you bring your own version of Sass.
Please install the sass
package in your project.
npm i sass
# or
yarn add sass