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/assetsarrow-up-right
Last updated 2 years ago