why nuxt.js global css on config is not working?
问题 I try to put css files on assets assest/css/style.css and call it to my nuxt.config.js but it is not working i need to use global css not scoped css can someone help me? when i add css in the nuxt.config.js /* ** Global CSS */ css: [ '~assets/css/style.css' ], its not working ? nuxt version 2 回答1: I came across the same issue and solved it putting the file path to my css inside the css options and inside modules. Example code below. Hope it helps. I'm also using nuxt-sass-resources-loader to