Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 478 Bytes

install-sass.mdx

File metadata and controls

21 lines (14 loc) · 478 Bytes
title
Install `sass` to Use Built-In Sass Support

Why This Error Occurred

Using Next.js' built-in Sass support requires that you bring your own version of Sass.

Possible Ways to Fix It

Please install the sass package in your project.

npm i sass
# or
yarn add sass

Useful Links