Home

Issue: 811

Global SASS loading not working

[issue link]

I tried to follow the guide from https://nuxtjs.org/api/configuration-css/

  // file: nuxt.config.js 
  css: [
    { src: '~assets/style/vars.sass', lang: 'sass' },
  ]

But I’m getting Undefined variable... or No mixing named... over and over again

This question is available on Nuxt.js community (#c697)