nuxt-sass-resources-loader icon indicating copy to clipboard operation
nuxt-sass-resources-loader copied to clipboard

SASS resources (e.g. variables, mixins etc.) module for NuxtJs

Results 3 nuxt-sass-resources-loader issues
Sort by recently updated
recently updated
newest added

### Overview of the problem - **Nodejs** version: 8.9.4 - **Nuxtjs** version: 2.0.0 - **nuxt-sass-resources-loader** version: 1.2.0 ### Description I added nuxt-sass-resources-loader to my project and now get an UnhandledPromiseRejectionWarning...

Using **nuxt-sass-resources-loader 2.0.5** with **Nuxt 2.0**. ```javascript modules: [ 'nuxt-sass-resources-loader' ], sassResources: [ './assets/scss/abstracts/variables.scss' ], ``` Trying to set up the `nuxt.config.js` and running into the error on `run dev`...

bug

### Description Having a `theme.scss` file containing some globally defined variables. Using ```js modules: [ 'nuxt-sass-resources-loader' ], sassResources: [ './assets/css/theme.scss' ] ``` Inside any component I can have something like...

help wanted