if you want to define a global less variable and then use it, how do you configure it
if you want to define a global less variable and then use it, how do you configure it
are you done
npm I style-resources-loader-D
nuxt.config.js
styleResources:{
less:'./assets/css/base.less'
}
}