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
#0000ff !importantor something, just so you can be certain it's not just some other stylesheet you're loading that overrides your own CSS.