Sass
The stylesheet is compiled to.next/static/css. Next.js will automatically add the CSS file to the HTML. In production, a chunk hash is added so that styles are updated when a new version of the stylesheet is deployed.
Refer: https://github.com/zeit/next-plugins/tree/master/packages/next-sass
Last updated