Skip to content
#

nuxt-module

Here are 297 public repositories matching this topic...

axios-module
sugoidesune
sugoidesune commented Dec 29, 2019

I wanted to declare the assets like so but it doesn't want to work. I tried all paths.

  [
    '@nuxtjs/style-resources', {
      scss: [ "~css/variables.scss"],
     }
  ]

It only works with this Syntax, could someone explain why or what im doing wrong?

  modules: ["@nuxtjs/style-resources"],

  styleResources: {
    scss: ["~css/variables.scss"]
  },
good first issue

Improve this page

Add a description, image, and links to the nuxt-module topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nuxt-module topic, visit your repo's landing page and select "manage topics."

Learn more