Sass


nuxtjs 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://nuxtjs.org/guide/assets

Last updated