Static GitHub Issues

[811] Global SASS loading not working

prev: Broken i18n example
next: Separate .vue into html, js and css files

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

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c697">#c697</a>)</em></sub></div>