style-resources
style-resources copied to clipboard
Short Syntax of declaring config doesn't work
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"]
},
I have the same problem, all modules work with that syntax but this.
Your chance to contribute! 😋
Probably resolved with the latest version