Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 576 Bytes

sass.md

File metadata and controls

10 lines (6 loc) · 576 Bytes

Sass

To be able to use .sass or .scss files in your project, follow the official Sass support guide.

But basically it consists of two steps:

  1. Add sass package as a dev dependency
  2. Optionaly configure Sass with sassOptions in next.config.js

It's a pretty simple and straightforward matter but if you'd like to read more about it, there is one of How to use sass with css modules in Next.js articles