DEV Community

Discussion on: The Simplest Way To CONFIGURE NEXT.JS With SASS

Collapse
 
libasoles profile image
Guillermo Pérez Farquharson

However, sass is not modular. Is it?

Doing this in any scss file will affect the entire document:

div {
background: red
}